]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
Bugfix: also link .map files.
[lilypond.git] / input / regression / beam-quarter.ly
1
2 \version "2.4.0"
3 \header
4 {
5   texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
6 }
7
8 \layout { raggedright = ##t }
9 \relative c'' {
10   c8[ c4 c8] % should warn here!
11 }