]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-tweak.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-tweak.ly
index aed4b8aae29ae356db92fc11c6956e1f08f636a3..10631bd2d9e7d1ebe492bacaec7d2c020c7bf643 100644 (file)
@@ -3,7 +3,7 @@
   texidoc = "The @code{\\tweak} function can be used in Lyrics."
 }
 
-\version "2.16.0"
+\version "2.17.6"
 \paper {
   ragged-right = ##t
 }
@@ -11,8 +11,8 @@
 \new Lyrics \lyricmode
 {
   \markup \raise #1 \rotate #30 One 4
-  \tweak #'extra-offset #'(0 . 2) fish,
+  \tweak extra-offset #'(0 . 2) fish,
   \markup \raise #1 \rotate #-30 two fish,
-  \tweak #'color #red red fish,
-  \tweak #'color #blue blue fish.
+  \tweak color #red red fish,
+  \tweak color #blue blue fish.
 }