]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beamlet-break.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / beam-beamlet-break.ly
1 \header {
2   texidoc = "beamlets don't run to end of line if there are no other
3   beamlets on the same height."
4   
5 }
6 \version "2.11.30"
7
8 \paper {
9   raggedright = ##t
10 }
11
12 \relative {
13   \time 1/4
14   \override Beam #'breakable = ##t
15   r16 r16. c32[ c16 \break c8. ] r16
16 }