]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
polish texidocs.
[lilypond.git] / input / regression / stem-shorten.ly
1 \version "1.7.18"
2
3 \header {
4     
5     texidoc = "Stems in forced directions (as well as the ones
6     starting from the middle line) are shortened."
7
8 }
9
10 \score {
11     \notes \relative c'' { \stemDown d c b a g f e
12                            \stemBoth
13                            \stemUp a b c d e f g a 
14                        } 
15     \paper  {raggedright = ##t }
16 }