]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/tweaks.itely
Issue 4925: Don't use @code inside of @example
[lilypond.git] / Documentation / learning / tweaks.itely
index 001f4136a3611b0bbcae893883da126fc384c4d1..b014ee5b47146d0feb11d6e98a555fcc0628f6bb 100644 (file)
@@ -692,9 +692,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
@@ -2054,7 +2054,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
@@ -4066,11 +4066,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