Massive changes - see ChangeLog.
[lilypond.git] / input / regression / beaming.ly
blobf9ac599b54ace1214c2490e2744827ebc4a7bf99
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
4 \header{
5 texidoc="
6 Beaming is generated automatically. Beams may cross bar lines. In that
7 case, line breaks are forbidden. Yet clef and key signatures are
8 hidden just as with breakable bar lines.
12 \score { \context Staff \notes \relative c'' {
13 c8.-[ c16]
14 c8.-[ c16 c8. c16]
15 c16-[ c8.] |
16 c8.-[ c16 c16 c8.]
17 c8.-[ c32 c32]
18 c8-[ c8] |
19 c16-[ c16]
20 c32-[ c32]
21 c64-[ c64]
22 c32
25 c8-[ c c] c8 % over barline
26 c16-[ c8 c16]
27 c32-[ c16 c16 c16 c32]
28 c32-[ c16 c8 c32] % hmm ?