lilypond-devel
[Top][All Lists]
Advanced

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

problems with betweensystempadding


From: Werner LEMBERG
Subject: problems with betweensystempadding
Date: Fri, 17 Sep 2004 09:40:13 +0200 (CEST)

[CVS 2004-09-17 8:10]

The `betweensystempadding' property doesn't work as expected if there
are page breaks.  In the example below, the first page isn't filled as
it should be.  Increase `linewidth' to 40\mm (so that only a single
page is used), and you get a correct result.


    Werner


======================================================================


foo = \relative c' { c4 d e f | g2 g | a4 f c' a | g1 | a4 f c' a | g1 |
                     g4 f f f | f4 e e e | e4 d e d | c4 e g2 |
                     g4 f f f | f4 e e e | e4 d e d | c1 | }

\score {
  <<
    \context Staff = i \foo
    \context Staff = ii \foo
  >>
}

\bookpaper {
  indent = 0\mm
  linewidth = 30\mm
  betweensystempadding = 0\cm
  betweensystemspace = 3\mm
}




reply via email to

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