]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1 \version "1.7.6"
2 \header {
3 texidoc = "automatic beaming also works in ternary time sigs."
4 }
5
6 \score {
7    \notes \context Staff {
8 \time 6/8
9 [c8. c16 c16 c16] 
10 }
11 \paper { linewidth = -1. }
12 }
13 %% new-chords-done %%