]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1
2 \version "2.7.13"
3 \header {
4   texidoc = "Automatic beaming works also in ternary time sigs."
5 }
6 \layout { raggedright = ##t}
7
8 \relative c'' {
9   \time 6/8
10   c8.[ c16 c16 c16] 
11 }
12