]> 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..cabb282f7adbd683cb2260322f737b6ecbe73e89 100644 (file)
@@ -0,0 +1,27 @@
+\include "norsk.ly"
+
+\header {
+texidoc ="``baz'' should be centered on the a (tenor voice), but it is
+not."
+}
+
+\version "1.5.68"
+
+sop = \notes \transpose c''  {e2 e fis1 }
+alt = \notes \relative c' {cis2 e e d }
+ten = \notes \relative c' {a2 a a1 }
+txt = \lyrics {foo2 bar baz jazz }
+
+\score {
+    <
+       \context Staff = up \notes <
+           \context Voice=sopv {\stemUp \sop}
+           \context Voice=altv {\stemDown \alt}
+       >
+       \context Staff = down \notes < \clef "F"
+           \context Voice=tenv {\stemUp \ten}
+       >
+       \context Lyrics = la { \txt }
+    >
+    \paper { linewidth = -1 }
+}