]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-french.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beam-french.ly
1
2 \version "1.9.1"
3
4 \header {
5
6     texidoc = "French style beaming. In french beaming, the
7     stems do not go to the outer beams."
8
9 }
10
11 \score { \notes
12          \relative c'
13          {
14              \property Voice.Stem \override #'french-beaming = ##t
15              c16[ c c c]
16              c8[ c16 c16 c8]
17              c8[ c16 e16 g8]
18          }
19
20     \paper { raggedright= ##t }
21
22      }
23
24