]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/nl/learning/tweaks.itely
Imported Upstream version 2.19.47
[lilypond.git] / Documentation / nl / learning / tweaks.itely
index 51bac2fbc28882dc581e37519f7e8831255eb0ba..541e2962b562e2b56a6f3e65377d97f5dfca9533 100644 (file)
@@ -601,9 +601,9 @@ through them looking for a property that might control the heaviness of
 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
@@ -1955,7 +1955,7 @@ individual notes in a chord is possible by using the
 command is:
 
 @example
-@code{\set fingeringOrientations = #'([up] [left/right] [down])}
+\set fingeringOrientations = #'([up] [left/right] [down])
 @end example
 
 @noindent
@@ -3769,11 +3769,11 @@ themselves prevents their use in simple variables.  As an
 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