]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beaming.ly
1 \version "1.7.6"
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         c2
23
24         [c8 c c] c8 % over barline
25         [c16 c8 c16]
26         [c32 c16 c16 c16 c32]
27         [c32 c16 c8 c32]                 % hmm ?
28         
29                 }}
30
31 %% new-chords-done %%