]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-tenor-clef.ly
acea89d45b15aff71ba4f1fdee7bab6ae3d0ed3b
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
1 \header {
2     texidoc = "Lyrics are not lowered despite the presence of
3 a clef transposition (8 below the clef)."
4 }
5
6 \version "2.16.0"
7
8 \paper {
9   ragged-right = ##t
10 }
11
12 \relative c' { \clef "G_8" c c c c }
13 \addlyrics { bla bla bla bla }