X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnl%2Flearning%2Ftweaks.itely;h=541e2962b562e2b56a6f3e65377d97f5dfca9533;hb=9391b173e05e0752aadd10fad93f01edad33516c;hp=51bac2fbc28882dc581e37519f7e8831255eb0ba;hpb=3af0951f9a11677240efa6228683dd4fcea13eaf;p=lilypond.git diff --git a/Documentation/nl/learning/tweaks.itely b/Documentation/nl/learning/tweaks.itely index 51bac2fbc2..541e2962b5 100644 --- a/Documentation/nl/learning/tweaks.itely +++ b/Documentation/nl/learning/tweaks.itely @@ -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