]> git.donarmstrong.com Git - lilypond.git/commitdiff
GDP NR 5.5.1 Amend layer details
authorTrevor Daniels <t.daniels@treda.co.uk>
Thu, 7 Aug 2008 08:54:18 +0000 (09:54 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Thu, 7 Aug 2008 08:55:30 +0000 (09:55 +0100)
Specify integer rather than real, as
the value of layer is converted to an
integer before use.

Documentation/user/changing-defaults.itely

index b7a905254e17c586c7caa8b5a69003af8fd50fe3..9008885014bd3daa22b4c3c2433bca2f8cef63d9 100644 (file)
@@ -1833,15 +1833,14 @@ a1
 @end lilypond
 
 This may be avoided by changing the order of printing the objects.
-All layout objects have a @code{layer} property which takes a real
-number.  Objects with the lowest value of @code{layer} are drawn
-first, then objects with progressively higher values are drawn, so
-objects with higher values overwrite objects with lower values.
+All layout objects have a @code{layer} property which should be set
+to an integer.  Objects with the lowest value of @code{layer} are
+drawn first, then objects with progressively higher values are drawn,
+so objects with higher values overwrite objects with lower values.
 By default most objects are assigned a @code{layer} value of
 @code{1}, although a few objects, including @code{StaffSymbol} and
 @code{BarLine}, are assigned a value of @code{0}.  The order of
-printing objects with the same nominal value of @code{layer} is
-indeterminate.
+printing objects with the same value of @code{layer} is indeterminate.
 
 In the example above the white clef, with a default @code{layer}
 value of @code{1}, is drawn after the staff lines (default