X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-the--tweak-command-to-tweak-individual-grobs.ly;h=8d5349df02e78c373a2b4d6331f21e40d513bce8;hb=ca342a542bee6a28662c88b497819c86f904fb40;hp=ffda278283fc555ad43968bfec0359f99d1abcd4;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly b/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly index ffda278283..8d5349df02 100644 --- a/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly +++ b/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly @@ -1,13 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { - lsrtags = "tweaks-and-overrides, really-simple" + lsrtags = "really-simple, tweaks-and-overrides" texidoc = " With the @code{\\tweak} command, every grob can be tuned directly. @@ -17,15 +17,13 @@ Here are some examples of available tweaks. doctitle = "Using the \\tweak command to tweak individual grobs" } % begin verbatim - \relative c' { \time 2/4 \set fingeringOrientations = #'(right) < - \tweak #'font-size #3 c - \tweak #'color #red d-\tweak #'font-size #8 -4 - \tweak #'style #'cross g - \tweak #'duration-log #2 a + \tweak font-size #3 c + \tweak color #red d-\tweak font-size #8 -4 + \tweak style #'cross g + \tweak duration-log #2 a >2 } -