]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beamlet-break.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.0"
7
8 \paper {
9   raggedright = ##t
10 }
11
12 \relative c' {
13   \time 1/4
14   \override Beam #'breakable = ##t
15   r16 r16. c32[ c16 \break c8. ] r16
16 }