bug-lilypond
[Top][All Lists]
Advanced

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

PianoStaff, multiple pages spacing issue


From: Alexander Rose
Subject: PianoStaff, multiple pages spacing issue
Date: Mon, 12 Feb 2007 16:19:57 +0100

Hey,


if you have a piano score that is bigger than one page, the music on all pages but the last is distributed over a page by extending the space between the two staffs of the PianoStaff instead of extending the space between the lines of the PianoStaff.

There is a warning: "Warnung: Can't fit systems on page -- ignoring between-system-padding"

\version "2.11.17"

upper = \relative c'' {
  \repeat unfold 60 { c4 c4 c4 c4 }
}

lower = \relative c'' {
  \repeat unfold 60 { c4 c4 c4 c4 }
}


\score {
  \new PianoStaff
  << \set PianoStaff.instrumentName = "Piano  "
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
   >>
}




reply via email to

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