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: Nick Payne
Subject: Re: Aligning rehearsal marks with left edge of stave
Date: Fri, 22 Jul 2011 11:13:13 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

On 22/07/11 06:14, David Nalesnik wrote:
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
}

Thanks. That's exactly it.

Nick

reply via email to

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