]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-french.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / beam-french.ly
1
2 \version "2.1.26"
3
4 \header {
5
6     texidoc = "In french style beaming, the stems do not go between beams."
7
8 }
9
10 \score { \notes
11          \relative c'
12          {
13              \override Stem  #'french-beaming = ##t
14              c16[ c c c]
15              c8[ c16 c16 c8]
16              c8[ c16 e16 g8]
17          }
18
19     \paper { raggedright= ##t }
20
21      }
22
23