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