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