]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-french.ly
97346006a1d37ee4ab7315c82f698f9f0db04cde
[lilypond.git] / input / regression / beam-french.ly
1
2 \version "2.1.22"
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              \override Stem  #'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