]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-french.ly
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / input / regression / beam-french.ly
1
2 \header {
3     texidoc = "French style beaming. In french beaming, the stems do not go to the outer beams."
4 }
5
6 \score { \notes
7 \relative c'
8          {
9              \property Voice.Beam \override #'french-beaming = ##t
10              [c16 c c c]
11         [c8 c16 c16 c8]
12         [c8 c16 e16 g8]
13
14     }}