Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / beaming.ly
blobd982b35b9fafd75b769fde64270c5a68aa921e8d
2 \version "2.12.0"
4 \header{
5 texidoc="
6 Beaming is generated automatically. Beams may cross bar lines. In that
7 case, line breaks are forbidden.
11 \context Staff \relative c'' {
13 c8[ \times 2/3 { c16 d e] }
14 s4*3
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
28 c8[^"over barline" c c] c8
29 c16[ c8 c16]
30 c32[ c16 c16 c16 c32]
31 c32[ c16 c8 c32] % hmm ?