]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/using-the--tweak-command-to-tweak-individual-grobs.ly
Clean up further input/new
[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
new file mode 100644 (file)
index 0000000..e079b27
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.11.23"
+\layout { ragged-right= ##t }
+\header {
+  doctitle = "Using the @code{\tweak} command to tweak individual grobs"
+  lsrtags = "tweaks-and-overrides"
+  texidoc = "
+With the @code{\tweak} command, you can tune every grob directly. Here
+are some examples of available tweaks.
+"
+}
+
+{
+  \set fingeringOrientations = #'(right)
+  <
+    \tweak #'font-size #3  c
+    \tweak #'color #red  d-\tweak #'font-size #8 -4
+    \tweak #'style #'cross  g
+    \tweak #'duration-log #1  a
+  >4
+}