]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-unconnected-beamlets.ly
5931fa184755f4557f8e1b3ab52bb4e4761cff76
[lilypond.git] / input / regression / beam-unconnected-beamlets.ly
1 \header { texidoc = "By setting @code{max-beam-connect}, it is
2   possible to create pairs of unconnected beamlets."
3
4   }
5
6 \layout {
7   ragged-right = ##t
8   }
9 \version "2.9.6"
10
11 \relative c'' {
12   \override Stem #'max-beam-connect = #1
13   c16[ c16]
14 }