]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / using-the--tweak-command-to-tweak-individual-grobs.ly
index 820aeaf031980452c6114082b0001bcc235a63c1..8d5349df02e78c373a2b4d6331f21e40d513bce8 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.29"
+\version "2.18.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides"
+  lsrtags = "really-simple, tweaks-and-overrides"
 
   texidoc = "
 With the @code{\\tweak} command, every grob can be tuned directly.
@@ -18,10 +21,9 @@ Here are some examples of available tweaks.
   \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
 }
-