]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic-2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rest-polyphonic-2.ly
diff --git a/input/regression/rest-polyphonic-2.ly b/input/regression/rest-polyphonic-2.ly
new file mode 100644 (file)
index 0000000..90229e1
--- /dev/null
@@ -0,0 +1,19 @@
+\header {
+
+  texidoc = "Rests avoid notes.  Each rest is moved in the direction
+of the stems in its voice.  Rests may overlap other rests in voices
+with the same stem direction, in which case a warning is given, but
+is supressed if the rest has a pitch."
+
+}
+
+\version "2.14.2"
+
+\new Staff <<
+  \relative c''' { g8 g g r r2 } \\
+  \relative c' { a4\rest c r2 } \\
+  \relative c'' { c4 c r2 } \\
+  \relative c'' { r2 g }
+>>
+
+