]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-polyphonic.ly
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / input / regression / rest-polyphonic.ly
1 \header {
2
3     texidoc = "In polyphonic situations, rests are moved down
4 even if there is no opposite note or rest. The amount is two
5 staff-spaces. "
6
7     }
8
9
10 \version "2.1.22"
11
12 \score {
13   \new Staff \notes \relative c' {
14      << { r8 g''4 g8 r g4 g8 } \\
15             { d,4    r   d   r   } >>
16   }
17   \paper { raggedright = ##t }
18 }