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