Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
blob907edf10f43672073725ac0979c9e3246aa61981
2 \version "2.12.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]