]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming.ly
b2507a433f1185472981e41d3edcc4bf87301f1d
[lilypond.git] / input / regression / beaming.ly
1
2 \version "2.7.39"
3
4 \header{
5 texidoc="
6 Beaming is generated automatically. Beams may cross bar lines. In that
7 case, line breaks are forbidden.
8 "
9 }
10
11 \context Staff  \relative c''  {
12
13   c8[ \times 2/3 { c16 d e] }
14   s4*3
15   
16   c8.[ c16]
17   c8.[ c16 c8.  c16]
18   c16[ c8.] |
19   c8.[ c16  c16  c8.]
20   c8.[ c32  c32]
21   c8[ c8] |
22   c16[ c16]
23   c32[ c32]
24   c64[ c64]     
25   c32
26   c2
27
28   c8[^"over barline" c c] c8 
29   c16[ c8 c16]
30   c32[ c16 c16 c16 c32]
31   c32[ c16 c8 c32]               % hmm ?
32   
33 }
34