]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-tenor-clef.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
index 8099e34e3ba56803d31d5fdb73e31af8df8ad472..df19660b588881ae6d5ef72b9dfc1271993573db 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.16"
+\version "2.19.21"
+
 \paper {
-    \context {
-       \Staff
-       minimumVerticalExtent = ##f
-    }
-    \context {
-       \Lyrics
-       minimumVerticalExtent = ##f
-    }
-    raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative { \clef "G_8" c c c c }
+\relative { \clef "G_8" c' c c c }
 \addlyrics { bla bla bla bla }