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