[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Break-align-symbol has no effect
From: |
Neil Puttock |
Subject: |
Re: Break-align-symbol has no effect |
Date: |
Mon, 13 Aug 2007 23:41:40 +0100 |
On 8/13/07, Joe Neeman <address@hidden> wrote:
>
> On Tuesday 14 August 2007 06:25, Neil Puttock wrote:
> > \version "2.11.29"
> > \paper { ragged-right = ##t }
> > \relative c' {
> > c1
> > \key cis \major
> > \clef alto
> > \override Score.RehearsalMark #'break-align-symbol = #'key-signature
>
> The correct setting is (since 2.11.23)
> \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
>
> convert-ly should make this change for you automatically, btw.
Thanks, Joe.
How would one find this out though, since the documentation is incorrect (I
lifted the snippet directly from the documentation)?