]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grob-indirect-tweak.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / grob-indirect-tweak.ly
diff --git a/input/regression/grob-indirect-tweak.ly b/input/regression/grob-indirect-tweak.ly
new file mode 100644 (file)
index 0000000..c53bc4b
--- /dev/null
@@ -0,0 +1,21 @@
+\header
+{
+
+  texidoc = "With the full form of the @code{\\tweak} function,
+individual grobs that are indirectly caused by events may be tuned."
+
+}
+
+\version "2.16.0"
+\paper {
+  ragged-right = ##t
+}
+
+\relative c''
+{
+  <
+    \tweak Accidental #'color #red   cis4
+    \tweak Accidental #'color #green es
+    g
+  >4
+}