2009/9/13 Reinhold Kainhofer <[email protected]>:
> But the problem was that without moving to the top staff, these grobs are not
> accounted for in the vertical layout, thus leading to collisions, etc. Or am I
> misremembering something here?
No, I'm sure you're right here, which means there's a problem with
disabling the after-line-breaking callback, especially in the case of
tall Score objects.
#(set-default-paper-size "a6")
\book {
\paper {
oddHeaderMarkup = "header"
ragged-last-bottom = ##f
}
\score {
<<
\new Staff { \mark \markup \column { T A L L M A R K } c'1 \break
\mark \markup \column { T A L L M A R K } c'1 }
\new Staff { c'1 \break c'1 }
>>
\layout {
\context {
\Score
\override RehearsalMark #'after-line-breaking = ##t
\override RehearsalMark #'direction = #DOWN
}
}
}
}
Regards,
Neil
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond