lilypond-devel
[Top][All Lists]
Advanced

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

Re: suspicious break-align values


From: Joe Neeman
Subject: Re: suspicious break-align values
Date: Wed, 27 May 2009 10:55:43 -0700

On Wed, 2009-05-27 at 02:17 -0700, Mark Polesky wrote:
> line 408 of define-grobs.scm lists "staff" in a break-align-orders
> vector. Is that a typo?

I think so.

> line 49 of lsr/creating-simultaneous-rehearsal-marks.ly reads:
> \once \override Score.RehearsalMark #'break-align-symbols = #'(bar-line)
> 
> Is "bar-line" a valid choice?

It should probably be staff-bar.

> The source leads me to believe that the only choices are:
> 
> (ambitus breathing-sign clef custos key-cancellation key-signature
> left-edge staff-bar time-signature)
> 
> Is that correct?

Technically, any symbol is OK as long as you choose matching symbols for
the Break_alignable and the Break_aligned grobs. For example,

\override Score.RehearsalMark #'break-align-symbols = #'(my-clef-symbol)
\override Score.Clef #'break-align-symbol = #'my-clef-symbol

will align the RehearsalMark on the Clef. However, the ones you list are
the only ones that are used by default.

Joe






reply via email to

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