]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-spanbar.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lyrics-spanbar.ly
diff --git a/input/regression/lyrics-spanbar.ly b/input/regression/lyrics-spanbar.ly
new file mode 100644 (file)
index 0000000..7f1f8ca
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Empty measures do not confuse @code{SpanBarStub}.
+These lyrics should remain clear of the span bars.
+"
+}
+
+\new StaffGroup <<
+  \new Staff { \repeat unfold 8 { R1 e'1 } }
+  \addlyrics {
+    Worked twice...
+    and then
+    I continued...
+    working... correctly.
+  }
+  \new Staff { R1*16 }
+>>