lilypond-devel
[Top][All Lists]
Advanced

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

Re: Doc: fix calculation of global-staff-size in points (3114) (issue 70


From: tdanielsmusic
Subject: Re: Doc: fix calculation of global-staff-size in points (3114) (issue 7099051)
Date: Thu, 24 Jan 2013 10:59:35 +0000

Reviewers: dak,

Message:
On 2013/01/23 11:26:43, dak wrote:

https://codereview.appspot.com/7099051/diff/1/Documentation/notation/text.itely
File Documentation/notation/text.itely (right):


https://codereview.appspot.com/7099051/diff/1/Documentation/notation/text.itely#newcode1519
Documentation/notation/text.itely:1519: (/ (/ staff-height pt) 20)))
(/ staff-height 20 pt)
seems slightly more readable.  No idea whether the math is correct,
but this
proposal would not change its value.

Much better, thanks!

Description:
Doc: fix calculation of global-staff-size in points (3114)

Please review this at https://codereview.appspot.com/7099051/

Affected files:
  M Documentation/notation/text.itely


Index: Documentation/notation/text.itely
diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 6a33b69084083a87a31230beb4db4f32727fa9af..93f3c2aa9fdfc6a07af7941769acf257494307f4 100644
--- a/Documentation/notation/text.itely
+++ b/Documentation/notation/text.itely
@@ -1516,7 +1516,7 @@ size. For an explanation of fonts, see @ref{Fonts explained}.
     (make-pango-font-tree "Times New Roman"
                           "Nimbus Sans"
                           "Luxi Mono"
-                           (/ (* staff-height pt) 2)))
+                          (/ (/ staff-height pt) 20)))
 }

 \relative c'{





reply via email to

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