]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/lyrics-spacing.ly
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / input / bugs / lyrics-spacing.ly
index bb43fbc2f654c7590dc7ead4f0225b0f48a69e74..cabb282f7adbd683cb2260322f737b6ecbe73e89 100644 (file)
@@ -2,10 +2,10 @@
 
 \header {
 texidoc ="``baz'' should be centered on the a (tenor voice), but it is
-not.";
+not."
 }
 
-\version "1.3.140";
+\version "1.5.68"
 
 sop = \notes \transpose c''  {e2 e fis1 }
 alt = \notes \relative c' {cis2 e e d }
@@ -18,10 +18,10 @@ txt = \lyrics {foo2 bar baz jazz }
            \context Voice=sopv {\stemUp \sop}
            \context Voice=altv {\stemDown \alt}
        >
-       \context Staff = down \notes < \clef "F";
+       \context Staff = down \notes < \clef "F"
            \context Voice=tenv {\stemUp \ten}
        >
        \context Lyrics = la { \txt }
     >
-    \paper { linewidth = -1; }
+    \paper { linewidth = -1 }
 }