]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-polyphonic-2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rest-polyphonic-2.ly
1 \header {
2
3   texidoc = "Rests avoid notes.  Each rest is moved in the direction
4 of the stems in its voice.  Rests may overlap other rests in voices
5 with the same stem direction, in which case a warning is given, but
6 is supressed if the rest has a pitch."
7
8 }
9
10 \version "2.14.2"
11
12 \new Staff <<
13   \relative c''' { g8 g g r r2 } \\
14   \relative c' { a4\rest c r2 } \\
15   \relative c'' { c4 c r2 } \\
16   \relative c'' { r2 g }
17 >>
18
19