X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-the--tweak-command-to-tweak-individual-grobs.ly;fp=Documentation%2Fsnippets%2Fusing-the--tweak-command-to-tweak-individual-grobs.ly;h=43540003dc6d610b2b41d4d4934f001312e460c7;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=1e5bc644afadc383c87c95ce2368342035841f59;hpb=f41973ff763d5972a85995b6d40c864281ec6714;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 1e5bc644af..43540003dc 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 @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "tweaks-and-overrides" + lsrtags = "really-simple, tweaks-and-overrides" texidoc = " With the @code{\\tweak} command, every grob can be tuned directly. @@ -17,6 +17,7 @@ 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) @@ -27,4 +28,3 @@ Here are some examples of available tweaks. \tweak #'duration-log #2 a >2 } -