]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-tweak.ly
Doc-fr: update for 2.16.1 (second part)
[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.16.0"
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 }