]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / stem-shorten.ly
1
2 \version "2.11.51"
3
4 \header {
5   
6   texidoc = "If note head is `over' the center line, the stem is
7  shortened.  This happens with forced stem directions, and with some
8  chord configurations."
9
10 }
11
12 \layout  {
13   ragged-right = ##t
14 }
15
16
17 \relative c'' {
18   \stemDown d c b a g f e
19   \stemNeutral
20   \stemUp a b c d e f g a
21   \stemNeutral
22   s4 |
23   
24   <g, e'>2 <b e g> <c e g> <d f g>
25   
26
27
28