]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
release: 1.5.40
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1 \header {
2 texidoc = "automatic beaming also works in ternary time sigs."
3 }
4
5 \score {
6    \notes \context Staff {
7 \time 6/8
8 [c8. c16 c16 c16] 
9 }
10 \paper { linewidth = -1. }
11 }