]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-tenor-clef.ly
Rename OctavateEight to ClefModifier
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
index 80f585cad3266406b6ee2c68ea3a3462329ffa48..acea89d45b15aff71ba4f1fdee7bab6ae3d0ed3b 100644 (file)
@@ -1,19 +1,13 @@
 \header {
-    texidoc = "Lyrics are not lowered despite the presence of an octavation 8."
+    texidoc = "Lyrics are not lowered despite the presence of
+a clef transposition (8 below the clef)."
 }
 
-\version "2.3.10"
+\version "2.16.0"
+
 \paper {
-    \context {
-       \Staff
-       minimumVerticalExtent = ##f
-    }
-    \context {
-       \Lyrics
-       minimumVerticalExtent = ##f
-    }
-    raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative { \clef "G_8" c c c c }
+\relative c' { \clef "G_8" c c c c }
 \addlyrics { bla bla bla bla }