X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-the--tweak-command-to-tweak-individual-grobs.ly;h=fddce864d75bfbbac50313220e1a7577ea8be76e;hb=8ff18a6c95a828912fd742684d8e414f18fc3665;hp=8a3841a893b7557f8971e4876a92c747022682ce;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;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 8a3841a893..fddce864d7 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,27 +1,30 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.13.4" +\version "2.17.15" \header { - lsrtags = "tweaks-and-overrides" + lsrtags = "really-simple, tweaks-and-overrides" texidoc = " -With the @code{\\tweak} command, every grob can be tuned directly. +With the @code{\\tweak} command, every grob can be tuned directly. 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 } -