]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming.ly
release: 1.3.146
[lilypond.git] / input / regression / beaming.ly
1 \version "1.3.146"
2
3 \header{
4 texidoc="
5 Beaming is generated automatically. Beams may cross bar lines. In that
6 case, line breaks are forbidden.  Yet clef and key signatures are
7 hidden just as with breakable bar lines.
8 "
9 }
10
11 \score { \context Staff \notes \relative c''  {
12         [c8. c16]
13         [c8. c16 c8.  c16]
14         [c16 c8.] |
15         [c8. c16  c16  c8.]
16         [c8. c32  c32]
17         [c8 c8] |
18         [c16 c16]
19         [c32 c32]
20         [c64 c64]       
21         c32
22         [c8 c,4 c'8] % should warn here!
23         [c8 c c] c8 % over barline
24         [c16 c8 c16]
25         [c32 c16 c16 c16 c32]
26         [c32 c16 c8 c32]                 % hmm ?
27         
28                 }}
29