Am Montag, 22. Juni 2009 15:31:14 schrieb Joe Neeman: > A quick update on the new vertical spacing: the version now in dev/jneeman > has most of the features that I had planned
Wow, I just tried it out for the first time, and I must say I'm impressed, Finally the scores look like professional full scores. However, I have run into two problems: -) When the last staff of a group is harakiri'ed, then there is no stretching after the group at all. Also, if the whole group is harakiried, there is also no stretching after the previous group. -) The staves of a piano staff are also stretched, so the piano staff looks very strange... Even worse, it seems that the piano staff is stretched MORE than the other groups... I'm attaching an example displaying both problems. The PDF output can be found at: http://www.fam.tuwien.ac.at/~reinhold/LilyPond/VerticalStretching/vertical_streching_harakiri.pdf Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.2" #(set-default-paper-size "a5") \paper { ragged-bottom = ##f ragged-last-bottom = ##f } music = \relative c' { \repeat unfold 30 { c4 c c c } \bar "|."} restmusic = \relative c' { \repeat unfold 3 { c4 c c c } | R1*17 | c1 | c1 | c1 | R1*7 \bar "|."} tim = \relative c { R1*10 | c4 c c c | R1*7 } \layout { \context { \RemoveEmptyStaffContext } } \score { << \new StaffGroup << \new Staff = "Ob" \with { shortInstrumentName = "Ob" } { \music } \new Staff = "Clt" \with { shortInstrumentName = "Clt" } { \music } >> \new Staff = "Tim" \with { shortInstrumentName = "Tim" } {\clef "bass" \tim } \new StaffGroup << \new Staff = "V1" \with { shortInstrumentName = "V1" } { \music } \new Staff = "V2" \with { shortInstrumentName = "V2" } { \restmusic } >> \new StaffGroup << \new Staff = "V11" \with { shortInstrumentName = "V11" } { \music } \new Staff = "V21" \with { shortInstrumentName = "V21" } { \music } >> \new PianoStaff \with { shortInstrumentName = "Pno" } << \new Staff = "Pno" { \music } \new Staff = "Pno2" { \music } >> >> }
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel