lilypond-devel
[Top][All Lists]
Advanced

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

minimumVerticalExtent confuses lilypond


From: Werner LEMBERG
Subject: minimumVerticalExtent confuses lilypond
Date: Sun, 19 Sep 2004 07:59:51 +0200 (CEST)

[CVS 2004-09-18 16:46]

The example below confuses lilypond.  After setting
minimumVerticalExtent, the `linewidth' parameter isn't applied
correctly.


    Werner


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


foo = \relative c' { c4 d e f | g4 g g 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
    \context Staff = iii \foo
    \context Staff = iv \foo
    \context Staff = v \foo
    \context Staff = vi \foo
    \context Staff = vii \foo
    \context Staff = viii \foo
    \context Staff = ix \foo
    \context Staff = x \foo
  >>

  \paper {
    \context {
      \Staff
      minimumVerticalExtent = #'(-5 . 5)
    }
  }
}

\bookpaper {
  indent = 0\mm
  linewidth = 30\mm
  raggedbottom = ##f
  raggedlastbottom = ##f
}




reply via email to

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