]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-shorten.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / stem-shorten.ly
1
2 \version "2.1.26"
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 }