]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
*** empty log message ***
[lilypond.git] / input / regression / stem-shorten.ly
1
2 \version "2.6.0"
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
13 \relative c'' {
14   \stemDown d c b a g f e
15   \stemNeutral
16   \stemUp a b c d e f g a
17   \stemNeutral
18   <g, e'>2 <b e g> <c e g> <d f g>
19   
20
21 \layout  {
22   raggedright = ##t
23 }
24