]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-tenor-clef.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
index 2a9f561333bc0d068ff125e058fa3c04cf696cd4..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.10.0"
-\layout {
-    \context {
-       \Staff
-       \override VerticalAxisGroup #'minimum-Y-extent = ##f
-    }
-    \context {
-       \Lyrics
-       \override VerticalAxisGroup #'minimum-Y-extent = ##f
-    }
-    ragged-right = ##t
+\version "2.19.21"
+
+\paper {
+  ragged-right = ##t
 }
 
-\relative { \clef "G_8" c c c c }
+\relative { \clef "G_8" c' c c c }
 \addlyrics { bla bla bla bla }