]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-french.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beam-french.ly
1 \version "1.7.6"
2
3 \header {
4     texidoc = "French style beaming. In french beaming, the stems do not go to the outer beams."
5 }
6
7 \score { \notes
8 \relative c'
9          {
10              \property Voice.Beam \override #'french-beaming = ##t
11              [c16 c c c]
12         [c8 c16 c16 c8]
13         [c8 c16 e16 g8]
14
15     }}
16 %% new-chords-done %%