]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/parallelmusic-partial.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / parallelmusic-partial.ly
diff --git a/input/regression/parallelmusic-partial.ly b/input/regression/parallelmusic-partial.ly
new file mode 100644 (file)
index 0000000..1ae05af
--- /dev/null
@@ -0,0 +1,34 @@
+\version "2.19.22"
+
+\header {
+  texidoc = "
+@code{\\parallelMusic} does not complain about incomplete bars at its
+end.
+"
+}
+
+\parallelMusic vI.vII
+\fixed c'
+{
+  f2 |
+  a2 |
+  d2 r2 |
+  d2 r8 cis cis cis |
+  d4 r4 \bar "|." |
+  d4 r4 \bar "|." |
+}
+
+global =
+{
+  \key d\minor
+  \time 4/4
+  \partial 2
+}
+
+\score {
+  \new StaffGroup
+  <<
+    \new Staff { \global \vI }
+    \new Staff { \global \vII }
+  >>
+}