Issue 216: staff line spacing not changed inside \layout{}
http://code.google.com/p/lilypond/issues/detail?id=216

New issue report by gpermus:

The staff line spacing isn't changed unless you call the function within
a \paper{...} block, which means that it cannot be used to produce different
staff size of different scores within the same book. Example:
\version "2.10.0"
#(set-global-staff-size 26)
\score {
\relative c' { c d e f }
\layout { #(layout-set-staff-size (* 16.0 pt)) }
}
Attachments:
foo.preview.png 2K

Issue attributes:
        Status: Accepted
        Owner: gpermus
        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

Reply via email to