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