]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1
2 \version "1.9.1"
3 \header {
4 texidoc = "Automatic beaming works also in ternary time sigs."
5 }
6
7 \score {
8    \notes \relative c'' {
9 \time 6/8
10  c8.[ c16 c16 c16] 
11 }
12 \paper { raggedright = ##t}
13 }
14