]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1
2 \version "2.19.21"
3
4 \header {
5
6   texidoc = "Automatic beaming works also in ternary time sigs.
7   As desired, the measure is split in half, with beats 1-3 and
8   4-6 beamed together as a whole."
9
10 }
11
12 \layout { ragged-right = ##t}
13
14 \relative {
15   \time 6/8
16   c''8. c16 c16 c16
17   c8. c16 c16 c16
18 }
19