]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-tweak.ly
Issue 2543: Allow tweaks in Lyrics.
[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..8b7b697
--- /dev/null
@@ -0,0 +1,18 @@
+\header
+{
+  texidoc = "The @code{\\tweak} function can be used in Lyrics."
+}
+
+\version "2.15.39"
+\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.
+}