]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/using-the--tweak-command-to-tweak-individual-grobs.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / using-the--tweak-command-to-tweak-individual-grobs.ly
index 5b5d3650d2ff6b031ad54a84b2eb006d096aa271..b6981653acdf5e51d0ae39c08ef925a15e3cadc9 100644 (file)
@@ -1,12 +1,11 @@
-\version "2.11.23"
-\layout { ragged-right= ##t }
+\version "2.11.61"
 \header {
   lsrtags = "tweaks-and-overrides"
   texidoc = "
 With the @code{\\tweak} command, every grob can be tuned directly.  Here
 are some examples of available tweaks.
 "
-  doctitle = "Using the @code{\tweak} command to tweak individual grobs"
+  doctitle = "Using the @code{\\tweak} command to tweak individual grobs"
 }
 
 \relative c' {
@@ -14,7 +13,7 @@ are some examples of available tweaks.
   \set fingeringOrientations = #'(right)
   <
     \tweak #'font-size #3 c
-    \tweak #'color #red  d-\tweak #'font-size #8 -4
+    \tweak #'color #red d-\tweak #'font-size #8 -4
     \tweak #'style #'cross g
     \tweak #'duration-log #2 a
   >2