Comment #10 on issue 1150 by [email protected]: RehearsalMark at start of
line should not be printed above the clef
http://code.google.com/p/lilypond/issues/detail?id=1150
The code in comment #8 moves the rehearsal mark after it has been placed
according to the options described at
<http://lilypond.org/doc/v2.16/Documentation/notation/aligning-objects#using-the-break_002dalignable_002dinterface>
so putting comment #8 workaround in LilyPond would make the options
described in that section of the documentation rather useless.
Better to use the documented method for the workaround:
\layout { \context { \Score
\override Clef #'break-align-anchor-alignment = #RIGHT
\override KeySignature #'break-align-anchor-alignment = #RIGHT
\override RehearsalMark #'break-align-symbols = #'(staff-bar
key-signature clef)
}}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings