]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM - Document tweaking of StaffSymbol and LedgerLineSpanner
authorJames Lowe <pkx166h@gmail.com>
Tue, 24 Nov 2015 18:55:21 +0000 (18:55 +0000)
committerJames Lowe <pkx166h@gmail.com>
Mon, 7 Dec 2015 11:38:49 +0000 (11:38 +0000)
Issue 4582

Document tweaking of StaffSymbol
and LedgerLineSpanner.

Includes an @ruser to NR.

Documentation/learning/tweaks.itely

index cd8df5c91289d2a5b44f7f88b2f15661ea5eea7d..d5d5951b1255d811a58b441252088d33ebba2bc3 100644 (file)
@@ -107,6 +107,12 @@ ending point, and maybe other properties concerned with their
 shape.  Objects with an extended shape like these are called
 @q{Spanners}.
 
+Spanners cannot be tweaked after their creation.  This includes both
+@code{StaffSymbol} and @code{LedgerLineSpanner} which continue
+throughout the score (except if they are terminated by the
+@code{\stopStaff} command and then recreated using @code{\startStaff}
+command.
+
 What is more, there are @q{abstract} grobs which do not print
 anything of their own, but rather collect, position and manage
 other grobs.  Common examples for this are
@@ -175,6 +181,10 @@ As we shall see shortly, the properties of different types of object are
 modified by different commands, so it is useful to be able to recognize
 the types of objects and properties from their names.
 
+@seealso
+Notation Reference:
+@ruser{Modifying properties}.
+
 
 @node Tweaking methods
 @subsection Tweaking methods