]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/using-the--tweak-command-to-tweak-individual-grobs.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / using-the--tweak-command-to-tweak-individual-grobs.ly
index 723a92af83bee42273476c8dda2f1e29eab2510b..04b33750c0cf04797bc93339031b84034be0a80d 100644 (file)
@@ -1,25 +1,23 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: other
-%%  Do not edit this file; it is auto-generated from LSR!
-\version "2.11.35"
-
-\header { texidoc = "
-With the @code{\tweak} command, you can tune every grob directly. Here
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.12.0"
+\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"
+} % begin verbatim
 
 
-" }
-
-\paper {
-  ragged-right = ##t
-}
-
-{
+\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 # a
-  >4
+    \tweak #'font-size #3 c
+    \tweak #'color #red d-\tweak #'font-size #8 -4
+    \tweak #'style #'cross g
+    \tweak #'duration-log #2 a
+  >2
 }