]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-slope-stemlet.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-slope-stemlet.ly
1
2 \header {
3
4   texidoc = "For slope calculations, stemlets are treated
5 as invisible stems."
6
7 }
8
9 \version "2.16.0"
10
11 \layout {
12   ragged-right = ##t
13   indent = #0
14 }
15
16 \relative c' {
17   \times 2/3 {r8[ c' g']}
18   \override Stem #'stemlet-length = #0.5
19   \times 2/3 {r8[ c, g']}
20 }
21
22