bug-lilypond
[Top][All Lists]
Advanced

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

Issue 583 in lilypond: Setting system-count disables stretching inside


From: codesite-noreply
Subject: Issue 583 in lilypond: Setting system-count disables stretching inside a system
Date: Wed, 27 Feb 2008 11:15:37 -0800

Issue 583: Setting system-count disables stretching inside a system
http://code.google.com/p/lilypond/issues/detail?id=583

New issue report by wbsoft:
\version "2.11.41"

%{

Setting system-count disables stretching inside a system.

Uncomment the system-count = 2 line (either in \paper or
\layout, does not matter), and the systems will not be
vertically streched anymore.

%}

\paper {
 ragged-last-bottom = ##f
%  system-count = 2
}

\layout {
%  system-count = 2
 \context {
   \Score
   \override VerticalAlignment
   #'max-stretch = #100000000000
 }
 \context {
   \Staff
   \override VerticalAxisGroup
   #'keep-fixed-while-stretching = ##f
 }
}

\score {
<<
 \new ChoirStaff
 <<
   \new Staff { c2 d \break e f }
   \new Staff { c d e f }
   \new Staff { c d e f }
 >>

}



Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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