From e7638b90e908840010125d0c150db8c18a5016c7 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Thu, 24 Jan 2013 10:56:50 +0000 Subject: [PATCH] Doc: fix calculation of global-staff-size in points (3114) --- Documentation/notation/text.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 6a33b69084..dd71265850 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'{ -- 2.39.2