]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / using-the--tweak-command-to-tweak-individual-grobs.ly
index ffda278283fc555ad43968bfec0359f99d1abcd4..f6bb8ed356c507fc2b44814b08ce8f478e7b0374 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \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.
@@ -22,10 +22,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
 }
-