]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/auto-beam.ly
release: 1.1.24
[lilypond.git] / input / bugs / auto-beam.ly
1 \score{
2     \notes \relative c''{
3         \time 2/4;
4         c8
5         \repeat 2 {  % \bar "|:" iknoort-i ook...
6         c8 c8
7         }
8         c8
9     }
10     \paper{
11         \translator{
12             \VoiceContext
13             % add experimental auto-beaming
14             \consists Auto_beam_engraver;
15             beamAuto = 1.;
16             beamAutoEnd8 = "1/4";
17             beamAutoEnd16 = "1/4";
18             beamAutoEnd32 = "1/4";
19         }
20     }
21 }