lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning rehearsal marks with left edge of stave


From: David Nalesnik
Subject: Re: Aligning rehearsal marks with left edge of stave
Date: Thu, 21 Jul 2011 15:14:01 -0500

Hi Nick,

On Thu, Jul 21, 2011 at 3:02 PM, Nick Payne <address@hidden> wrote:
I can get it to work by using break-align-anchor and manually changing the value until it looks ok, but that means that each mark requires this manual fiddling to align it. I had a look at NR 5.5.1 and tried the various break-alignable-interface overrides, but couldn't find anything to get this alignment to happen automatically. Can it be done?

Does this get the result you want?:

\version "2.14.1"

\relative c {
   \override Score.RehearsalMark #'break-align-symbols = #'(left-edge)
   \override  Score.RehearsalMark #'self-alignment-X = #-1
   \clef "treble_8"
   \mark "C Major"
   c d e f g a b c
}

Best,
David

reply via email to

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