lilypond-1.1.50
[lilypond.git] / input / bugs / auto-beam.ly
blobee339e34cbee85f0ef444cd29df287c9fdaab4bd
1 \score{
2 \notes \relative c''{
3 \time 2/4;
4 c8
5 \repeat 2 { % \bar "|:" iknoort-i ook...
6 c8 c8
8 c8
10 \paper{
11 \translator{
12 \VoiceContext
13 % add experimental auto-beaming
14 \consists Auto_beam_engraver;
15 beamAuto = 1.;
16 beamAutoEnd_8 = "1/4";
17 beamAutoEnd_16 = "1/4";
18 beamAutoEnd_32 = "1/4";