]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-ternary-metrum.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
1 \version "1.7.16"
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 { raggedright = ##t}
12 }
13 %% new-chords-done %%