]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-polyphonic-2.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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 suppressed if the rest has a pitch."
7
8 }
9
10 \version "2.19.21"
11
12 \new Staff <<
13   \relative { g''8 g g r r2 } \\
14   \relative { a4\rest c r2 } \\
15   \relative { c''4 c f2\rest } \\
16   \relative { r2 g' }
17 >>
18
19