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