]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-tweak.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-tweak.ly
1 \header
2 {
3   texidoc = "The @code{\\tweak} function can be used in Lyrics."
4 }
5
6 \version "2.17.6"
7 \paper {
8   ragged-right = ##t
9 }
10
11 \new Lyrics \lyricmode
12 {
13   \markup \raise #1 \rotate #30 One 4
14   \tweak extra-offset #'(0 . 2) fish,
15   \markup \raise #1 \rotate #-30 two fish,
16   \tweak color #red red fish,
17   \tweak color #blue blue fish.
18 }