]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR and IR: Improve description of 'layer
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 12 Jul 2010 09:53:35 +0000 (10:53 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 13 Jul 2010 09:27:34 +0000 (10:27 +0100)
scm/define-grob-properties.scm

index f66884edd047b54920b9e5f7921daf4669661993..a7262de34b8f85ac100d92230ceb88414f12343c 100644 (file)
@@ -502,9 +502,11 @@ correction and @code{1} for full correction.")
 ;; l
 ;;
      (labels ,list? "List of labels (symbols) placed on a column.")
-     (layer ,integer? "The output layer (a value between 0
-and@tie{}2): Layers define the order of printing objects.  Objects in
-lower layers are overprinted by objects in higher layers.")
+     (layer ,integer? "An integer which determines the order of printing
+objects.  Objects with the lowest value of 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 layer value of 1.")
      (ledger-line-thickness ,number-pair? "The thickness of ledger
 lines.  It is the sum of 2@tie{}numbers: The first is the factor for
 line thickness, and the second for staff space.  Both contributions
@@ -991,7 +993,7 @@ objects.")
      (adjacent-pure-heights ,pair? "A pair of vectors.  Used by a
 @code{VerticalAxisGroup} to cache the @code{Y-extent}s of different column
 ranges.")
-     
+
      (bar-extent ,number-pair? "The Y-extent of the actual bar line.
 This may differ from @code{Y-extent} because it does not include the dots in
 a repeat bar line.")