Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / beaming-ternary-metrum.ly
blob9aeaa004a912ca9b660217877217182d31d47963
2 \version "2.10.0"
4 \header {
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. This can be avoided by overriding @code{beatLength} to be
9 three 8th notes."
13 \layout { ragged-right = ##t}
15 \relative c'' {
16 \time 6/8
17 c8.[ c16 c16 c16]
18 \set beatLength = #(ly:make-moment 3 8)
19 c8.[ c16 c16 c16]