]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-bar.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / auto-beam-bar.ly
1
2 \header{
3 texidoc="
4 The first two a8 notes should not be beamed.
5 Also, no automatic beaming accross bar lines.
6 ";
7 }
8
9 \score{
10 \notes \notes\relative c'' {
11 \time 2/8;
12 a8 a
13 \time 6/8;
14 a16 cis d a bes g fis4 g8
15 %a4. fis4 g8
16 a16 g a bes c d % ees8 d c
17 }
18 \paper{
19    linewidth=-1.;
20 }
21 }