1\header
2{
3  texidoc = "The @code{\\tweak} function can be used in Lyrics."
4}
5
6\version "2.19.25"
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}
19