]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1 \version "1.5.68"
2 \header {
3 texidoc = "automatic beaming also works in ternary time sigs."
4 }
5
6 \score {
7    \notes \context Staff {
8 \time 6/8
9 [c8. c16 c16 c16] 
10 }
11 \paper { linewidth = -1. }
12 }