]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony-2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / completion-heads-polyphony-2.ly
diff --git a/input/regression/completion-heads-polyphony-2.ly b/input/regression/completion-heads-polyphony-2.ly
new file mode 100644 (file)
index 0000000..d6104c3
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+Complex completion heads work properly in a polyphonic environment.
+"
+}
+
+\layout {
+  \context {
+    \Voice
+    \remove "Note_heads_engraver"
+    \consists "Completion_heads_engraver"
+  }
+}
+
+\context Staff \relative c'' <<
+  { c4. c c c4 c4. c4 }
+  \\
+  { g8 g2 g1 g4. }
+>>