]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-beaming-override.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / auto-beam-beaming-override.ly
1
2 \header {
3
4
5   texidoc = "Autobeamer remembers @code{subdivideBeams} and other
6 beaming pattern related functions at the start of an autobeam."
7
8 }
9
10
11 \version "2.11.51"
12 \paper { ragged-right = ##t }
13 {
14   \time 2/4
15   b16 b b b
16   b16 b b b
17   \set subdivideBeams = ##t
18   \set Score.beatLength = #(ly:make-moment 1 8)
19   b16 b b b
20   b16 b b b
21 }