bug-lilypond
[Top][All Lists]
Advanced

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

for page break, extra stanzas in \markup don't function as unit


From: R Gerber
Subject: for page break, extra stanzas in \markup don't function as unit
Date: Mon, 28 Jul 2008 20:36:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

%% 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
  } } >> }
}





reply via email to

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