]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-slope-stemlet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.17.11"
10
11 \layout {
12   ragged-right = ##t
13   indent = #0
14 }
15
16 \relative c' {
17   \tuplet 3/2 {r8[ c' g']}
18   \override Stem.stemlet-length = #0.5
19   \tuplet 3/2 {r8[ c, g']}
20 }
21
22