]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-feather-knee-stem-length.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-feather-knee-stem-length.ly
1 \version "2.11.51"
2 \header {
3
4   texidoc="In feathered beams, stems in knees reach up to the feathered part correctly.
5 "
6
7 }
8
9 \layout { ragged-right = ##t}
10
11 \relative c' {
12   \override Beam #'grow-direction = #-1
13 %  \override Beam #'transparent = ##t
14   \override Stem #'direction = #UP
15   c32[
16   \override Stem #'direction = #DOWN
17
18   c''32 c32
19   \override Stem #'direction = #UP
20   c,,32]
21
22   \override Beam #'grow-direction = #1
23 %  \override Beam #'transparent = ##t
24   \override Stem #'direction = #DOWN
25   c''32[
26   \override Stem #'direction = #UP
27
28   c,,32 c32
29   \override Stem #'direction = #DOWN
30   c''32]
31
32 }