bug-lilypond
[Top][All Lists]
Advanced

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

Issue 215 in project lilypond


From: codesite-noreply
Subject: Issue 215 in project lilypond
Date: Thu, 04 Jan 2007 10:33:12 -0800

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




reply via email to

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