]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-tenor-clef.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
index 8314d09d1c0f184b571845181d9a4566c637c37e..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.11.51"
-\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 }