summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lowe <pkx166h@gmail.com>2015-11-24 18:55:21 +0000
committerJames Lowe <pkx166h@gmail.com>2015-12-07 11:38:49 +0000
commitb6e323a2f6fdac2266a659acf6da008957f0c936 (patch)
tree2cbffdd2dad008018de95d00c9efd1cca8a169aa
parent58aac84ce756a2ddc4468d6944f03dd46153de3f (diff)
Doc: LM - Document tweaking of StaffSymbol and LedgerLineSpanner
Issue 4582 Document tweaking of StaffSymbol and LedgerLineSpanner. Includes an @ruser to NR.
-rw-r--r--Documentation/learning/tweaks.itely10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely
index cd8df5c912..d5d5951b12 100644
--- a/Documentation/learning/tweaks.itely
+++ b/Documentation/learning/tweaks.itely
@@ -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