]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-multiplicity-over-rests.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / beam-multiplicity-over-rests.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "When a beam goes over a rest, there should not be any 
5 beamlets pointing towards the rest unless absolutely necessary."
6 }
7
8 \relative c' {
9   c8[ r16 c32 c32]
10   c32[ r16 c32 c8]
11   c32[ r16 c64 c8 c64]
12   c32[ c32 r16 c8]
13   c16[ r32 c32 r16 c16]
14   c16[ r16 c32 r32 c16]
15 }