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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond