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