]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
332970160e9b5fac73dd202a32c584d0284fef56
[lilypond.git] / input / regression / stem-shorten.ly
1
2 \version "2.3.17"
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 \score {
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     \paper  {
22         raggedright = ##t
23     }
24 }