]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/tweaks.itely
Issue 5167/2: Let `make-markup' fetch the signature itself
[lilypond.git] / Documentation / learning / tweaks.itely
index 95229692d691d250970a7c61665eba507af8c9bd..b014ee5b47146d0feb11d6e98a555fcc0628f6bb 100644 (file)
@@ -207,7 +207,6 @@ Notation Reference:
 @cindex override syntax
 
 @funindex \override
 @cindex override syntax
 
 @funindex \override
-@funindex override
 
 We have already met the commands @code{\set} and @code{\with}, used to
 change the properties of @strong{contexts} and to remove and add
 
 We have already met the commands @code{\set} and @code{\with}, used to
 change the properties of @strong{contexts} and to remove and add
@@ -280,7 +279,6 @@ color of the note head:
 @cindex revert command
 
 @funindex \revert
 @cindex revert command
 
 @funindex \revert
-@funindex revert
 
 Once overridden, the property retains its new value until it is
 overridden again or a @code{\revert} command is encountered.
 
 Once overridden, the property retains its new value until it is
 overridden again or a @code{\revert} command is encountered.
@@ -318,7 +316,6 @@ of the note head to the default value for the final two notes:
 @unnumberedsubsubsec The @code{@bs{}once} prefix
 
 @funindex \once
 @unnumberedsubsubsec The @code{@bs{}once} prefix
 
 @funindex \once
-@funindex once
 
 @code{\override}, @code{\revert}, @code{\set}, and @code{\unset}
 commands may be prefixed with @code{\once}.  This causes such a
 
 @code{\override}, @code{\revert}, @code{\set}, and @code{\unset}
 commands may be prefixed with @code{\once}.  This causes such a
@@ -365,7 +362,6 @@ predefined commands to limit their effect to one musical moment:
 @cindex overrideProperty command
 
 @funindex \overrideProperty
 @cindex overrideProperty command
 
 @funindex \overrideProperty
-@funindex overrideProperty
 
 There is another form of the override command,
 @code{\overrideProperty}, which is occasionally required.
 
 There is another form of the override command,
 @code{\overrideProperty}, which is occasionally required.
@@ -380,7 +376,6 @@ We mention it here for completeness, but for details see
 @cindex tweak command
 
 @funindex \tweak
 @cindex tweak command
 
 @funindex \tweak
-@funindex tweak
 
 The final tweaking command which is available is @code{\tweak}.  This
 should be used when several objects occur at the same musical moment,
 
 The final tweaking command which is available is @code{\tweak}.  This
 should be used when several objects occur at the same musical moment,
@@ -697,9 +692,9 @@ through them looking for a property that might control the heaviness of
 slurs, and you should find
 
 @example
 slurs, and you should find
 
 @example
-@code{thickness} (number)
-     @code{1.2}
-     Line thickness, generally measured in @code{line-thickness}
+thickness (number)
+     1.2
+     Line thickness, generally measured in line-thickness
 @end example
 
 This looks a good bet to change the heaviness.  It tells us that
 @end example
 
 This looks a good bet to change the heaviness.  It tells us that
@@ -787,7 +782,6 @@ location.
 @cindex once override
 
 @funindex \once
 @cindex once override
 
 @funindex \once
-@funindex once
 
 As you can see, @emph{all} the slurs are thicker in the final example
 above.  But what if we wanted just the first slur to be thicker?  This
 
 As you can see, @emph{all} the slurs are thicker in the final example
 above.  But what if we wanted just the first slur to be thicker?  This
@@ -832,7 +826,6 @@ command.
 @cindex default properties, reverting to
 
 @funindex \revert
 @cindex default properties, reverting to
 
 @funindex \revert
-@funindex revert
 
 Finally, what if we wanted just the first two slurs to be
 heavier?  Well, we could use two commands, each preceded by
 
 Finally, what if we wanted just the first two slurs to be
 heavier?  Well, we could use two commands, each preceded by
@@ -2061,7 +2054,7 @@ individual notes in a chord is possible by using the
 command is:
 
 @example
 command is:
 
 @example
-@code{\set fingeringOrientations = #'([up] [left/right] [down])}
+\set fingeringOrientations = #'([up] [left/right] [down])
 @end example
 
 @noindent
 @end example
 
 @noindent
@@ -2243,9 +2236,7 @@ these.
 @cindex ottava bracket
 
 @funindex \startTextSpan
 @cindex ottava bracket
 
 @funindex \startTextSpan
-@funindex startTextSpan
 @funindex \stopTextSpan
 @funindex \stopTextSpan
-@funindex stopTextSpan
 
 @cindex TextSpanner, example of overriding
 @cindex bound-details property, example
 
 @cindex TextSpanner, example of overriding
 @cindex bound-details property, example
@@ -2393,9 +2384,7 @@ command.
 @cindex notes, spreading out with text
 
 @funindex \textLengthOn
 @cindex notes, spreading out with text
 
 @funindex \textLengthOn
-@funindex textLengthOn
 @funindex \textLengthOff
 @funindex \textLengthOff
-@funindex textLengthOff
 
 By default, text produced by markup takes up no horizontal space
 as far as laying out the music is concerned.  The @code{\textLengthOn}
 
 By default, text produced by markup takes up no horizontal space
 as far as laying out the music is concerned.  The @code{\textLengthOn}
@@ -2906,13 +2895,9 @@ and notes in different voices.
 @cindex collisions, notes
 @cindex shift commands
 @funindex \shiftOff
 @cindex collisions, notes
 @cindex shift commands
 @funindex \shiftOff
-@funindex shiftOff
 @funindex \shiftOn
 @funindex \shiftOn
-@funindex shiftOn
 @funindex \shiftOnn
 @funindex \shiftOnn
-@funindex shiftOnn
 @funindex \shiftOnnn
 @funindex \shiftOnnn
-@funindex shiftOnnn
 
 Within a voice, all the notes occuring at the same musical moment are
 grouped into a note column, and a @code{NoteColumn} object is created
 
 Within a voice, all the notes occuring at the same musical moment are
 grouped into a note column, and a @code{NoteColumn} object is created
@@ -4081,11 +4066,11 @@ themselves prevents their use in simple variables.  As an
 alternative can we use @code{\override} and @code{\revert} commands?
 
 @example
 alternative can we use @code{\override} and @code{\revert} commands?
 
 @example
-@code{\override Lyrics.LyricText.font-shape = #'italic}
-@code{\override Lyrics.LyricText.font-series = #'bold}
+\override Lyrics.LyricText.font-shape = #'italic
+\override Lyrics.LyricText.font-series = #'bold
 
 
-@code{\revert Lyrics.LyricText.font-shape}
-@code{\revert Lyrics.LyricText.font-series}
+\revert Lyrics.LyricText.font-shape
+\revert Lyrics.LyricText.font-series
 @end example
 
 These would also be extremely tedious to enter if there were many
 @end example
 
 These would also be extremely tedious to enter if there were many