~vcs-imports/lilypond/master

Viewing all changes in revision 16790.

  • Committer: David Kastrup
  • Date: 2017-09-11 18:05:52 UTC
  • Revision ID: git-v1:6373a95654a5025f7c4f3a50433e6cc821ca6dec
Issue 5181/2: Allow lone postevents in braced lists

Reattaching post-events to a preceding music variable or music
function call (or expression) is often desired but was unsupported.

This commit caters for the support in braced lists.

The problem with supporting such expressions _everywhere_ is that it
breaks the use of

    c-\single \dynamicUp \f

since then \f is attached to \dynamicUp instead of becoming the second
argument to \single, due to operator precedence.  So reattaching lone
post-events is only done with lower precedence in selected constructs.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: