From 98806e4921fafb0cc6d67572bdf11e54f22337e8 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 31 Jul 2015 22:12:37 +0200 Subject: [PATCH] Simplify input/regression/lyric-tweak.ly --- input/regression/lyric-tweak.ly | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/input/regression/lyric-tweak.ly b/input/regression/lyric-tweak.ly index ccaad3d469..d75fed2b66 100644 --- a/input/regression/lyric-tweak.ly +++ b/input/regression/lyric-tweak.ly @@ -1,11 +1,9 @@ \header { - texidoc = "The @code{\\tweak} function can be used in Lyrics. Where -confusion of lyric words with grob names is possible, explicit use of -@code{\\markup} can be used for resolving the ambiguity." + texidoc = "The @code{\\tweak} function can be used in Lyrics." } -\version "2.17.6" +\version "2.19.25" \paper { ragged-right = ##t } @@ -13,8 +11,8 @@ confusion of lyric words with grob names is possible, explicit use of \new Lyrics \lyricmode { \markup \raise #1 \rotate #30 One 4 - \tweak extra-offset #'(0 . 2) \markup fish, + \tweak extra-offset #'(0 . 2) fish, \markup \raise #1 \rotate #-30 two fish, - \tweak color #red \markup red fish, - \tweak color #blue \markup blue fish. + \tweak color #red red fish, + \tweak color #blue blue fish. } -- 2.39.5