]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
* input/regression/beaming-ternary-metrum.ly: update doc.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1
2 \version "2.9.10"
3
4 \header {
5
6   texidoc = "Automatic beaming works also in ternary time sigs. In
7   this case, the 8th is a beat, so the 16ths are split into two
8   groups."
9
10 }
11
12 \layout { ragged-right = ##t}
13
14 \relative c'' {
15   \time 6/8
16   c8.[ c16 c16 c16] 
17 }
18