X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fusing-the--tweak-command-to-tweak-individual-grobs.ly;h=75c8c59030e85752358f7224388c0c38fdb29c13;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=6573543ea8362219f65c9968fa643bf4177368b2;hpb=5fa1f3dc1ecce794456874b3ebb18e9fd072709c;p=lilypond.git diff --git a/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly b/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly index 6573543ea8..75c8c59030 100644 --- a/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly +++ b/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly @@ -1,20 +1,20 @@ \version "2.11.23" -\layout { ragged-right= ##t } \header { lsrtags = "tweaks-and-overrides" texidoc = " -With the @code{\tweak} command, you can tune every grob directly. Here +With the @code{\\tweak} command, every grob can be tuned directly. Here are some examples of available tweaks. " - doctitle = "Using the @code{\tweak} command to tweak individual grobs" + doctitle = "Using the @code{\\tweak} command to tweak individual grobs" } -{ +\relative c' { + \time 2/4 \set fingeringOrientations = #'(right) < - \tweak #'font-size #3 c + \tweak #'font-size #3 c \tweak #'color #red d-\tweak #'font-size #8 -4 - \tweak #'style #'cross g - \tweak #'duration-log #1 a - >4 + \tweak #'style #'cross g + \tweak #'duration-log #2 a + >2 }