lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 1150 in lilypond: RehearsalMark at start of li


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1150 in lilypond: RehearsalMark at start of line should not be printed above the clef
Date: Thu, 04 Apr 2013 06:16:08 +0000


Comment #10 on issue 1150 by address@hidden: 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]