]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / stem-shorten.ly
1
2 \version "2.3.4"
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         \stemBoth
16         \stemUp a b c d e f g a
17         \stemBoth
18         <g, e'>2 <b e g> <c e g> <d f g>
19         
20     } 
21     \paper  {
22         raggedright = ##t
23     }
24 }