bug-gnu-music
[Top][All Lists]
Advanced

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

ly2dvi multiple scores


From: Rune Zedeler
Subject: ly2dvi multiple scores
Date: Tue, 01 May 2001 21:13:00 +0200

This bug was not there in 1.3.149

Sometimes when running ly2dvi on a file with two scores, and the 2nd
score do not fit on the bottom on the page containing the first score,
then the entire second score is moved to the next page.
This is a problem if the first score is a one-liner.
This does not always happen - and for now I am not able to decide
ecactly WHEN in happens.

-Rune

example:

\include "paper20.ly"
\include "deutsch.ly"
\version "1.3.151"
\score {
  \notes {c'4 s1^"= 120" [c'8 c'] s4^"=" \times 2/3 {c'4 c'8} }
  \paper {
    linewidth = -1
    \translator {
      \StaffContext
      \remove Clef_engraver
      \remove Time_signature_engraver
      \remove Staff_symbol_engraver
    }
  }
}

meloa = \notes \transpose c'' {c2 c'2}

mel = \notes \repeat "unfold" 128 \meloa

\score { 
  \context Staff = sa < \mel>
  \paper { linewidth = 18.0 \cm}
}



reply via email to

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