]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-single-stem.ly
lilypond-manuals.css: edit color scheme and some spacing
[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.19.21"
8
9 \relative {
10   d'16[]
11   \set stemRightBeamCount = #0
12   d32[]
13 }
14
15 \layout {
16   ragged-right = ##t
17 }