Issue 215: #(layout-set-staff-size X) doesn't use pt as the scale
http://code.google.com/p/lilypond/issues/detail?id=215

New issue report by gpermus:
% layout-set-staff should pt as the scale (the function is called
% internally at some places, which would
% have to be adjusted correspondingly)

\version "2.10.0"
#(set-global-staff-size 16)
\score {
\relative c' { c d e f }
\layout { #(layout-set-staff-size 16.0) }
}
\score {
\relative c' { c d e f }
\layout { #(layout-set-staff-size (* 16.0 pt)) }
}
Attachments:
foo.png 10K

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