]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-tweak.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lyric-tweak.ly
diff --git a/input/regression/lyric-tweak.ly b/input/regression/lyric-tweak.ly
new file mode 100644 (file)
index 0000000..aed4b8a
--- /dev/null
@@ -0,0 +1,18 @@
+\header
+{
+  texidoc = "The @code{\\tweak} function can be used in Lyrics."
+}
+
+\version "2.16.0"
+\paper {
+  ragged-right = ##t
+}
+
+\new Lyrics \lyricmode
+{
+  \markup \raise #1 \rotate #30 One 4
+  \tweak #'extra-offset #'(0 . 2) fish,
+  \markup \raise #1 \rotate #-30 two fish,
+  \tweak #'color #red red fish,
+  \tweak #'color #blue blue fish.
+}