Am 03.02.2014 10:45, schrieb Robin Bannister:
Marc Hohl wrote:
But why does LilyPond seem to ignore '(left-edge)?
It seems it is not "visible".
The first left edge doesn't arise via a line break,
so for pedantic Lilypond the _unbroken_ case applies.
Try
\once \override Score.LeftEdge.break-visibility = #all-visible
Thanks, sounds plausible, but it doesn't work either:
\version "2.19.0"
melLeftEdge = {
\override Score.LeftEdge.break-visibility = #all-visible
\override Score.RehearsalMark.break-align-symbols = #'(left-edge)
\tempo "Slowly" 4 = 60
c'4
}
\score {
\new Staff { \melLeftEdge }
}
still looks unchanged :-(
Marc
Cheers,
Robin
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user