]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/using-the--tweak-command-to-tweak-individual-grobs.ly
LSR: Update.
[lilypond.git] / input / new / using-the--tweak-command-to-tweak-individual-grobs.ly
diff --git a/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly b/input/new/using-the--tweak-command-to-tweak-individual-grobs.ly
deleted file mode 100644 (file)
index 77f574d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\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"
-}
-
-\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 #2 a
-  >2
-}