]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-rest-extreme.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / beam-rest-extreme.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Beamed rests are given a pure height approximation
5 that gets their spacing correct in the majority of circumstances.
6 "
7 }
8
9 \relative c'' {
10   <f b c f>16[ r <f bes c f> <f b c f>]
11   <f b c f>16[ r <f'' bes c f> <f b c f>]
12   <f b c f>16[ r <f,, bes c f> <f b c f>]
13   <f, b c f>16[ r <f bes c f> <f b c f>]
14 }