]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
* input/regression/stem-shorten.ly: new file.
[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                            \stemUp a b c d e f g a 
13                        } 
14     \paper  {raggedright = ##t }
15 }