]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-single-stem.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-single-stem.ly
1 \header {
2
3   texidoc = "Single stem beams are also allowed. For such beams,
4   clip-edges is switched off automatically."
5
6 }
7 \version "2.14.0"
8
9 \relative c' {
10   d16[]
11   \set stemRightBeamCount = #0
12   d32[]
13 }
14
15 \layout {
16   ragged-right = ##t
17 }