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