]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/tweaks.itely
Doc: LM - Document tweaking of StaffSymbol and LedgerLineSpanner
[lilypond.git] / 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