]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beaming.ly
patch::: 1.3.96.jcn8
[lilypond.git] / input / test / beaming.ly
1
2 \score { \context Staff \notes \relative c''  {
3         [c8. c16]
4         [c8. c16 c8.  c16]
5         [c16 c8.] |
6         [c8. c16  c16  c8.]
7         [c8. c32  c32]
8         [c8 c8] |
9         [c16 c16]
10         [c32 c32]
11         [c64 c64]       
12         c32
13         [c8 c,4 c'8] % should warn here!
14         [c8 c c] c8 % over barline
15         [c16 c8 c16]
16         [c32 c16 c16 c16 c32]
17         [c32 c16 c8 c32]                 % hmm ?
18         
19                 }}
20