]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1
2 \version "2.14.0"
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 c'' {
15   \time 6/8
16   c8. c16 c16 c16
17   c8. c16 c16 c16
18 }
19