%% a page break will occur after the markup section
%% only if there's room for the section after it;
%% in this example, there's room if the markup
%% section is one line shorter
\version "2.10.33"
\book {
\score { \new Staff << \new Voice { \relative c' {
c4 c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c \break
c c c c c c c c
} } >> }
\markup {
\column {
\line { Verse 1: }
\line { You }
\line { are }
\line { my }
\line { sunshine, }
\line { my }
\line { only }
\line { sunshine }
}
}
\score { \new Staff << \new Voice { \relative c' {
d4 d d d d d d d
} } >> }
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond