]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-length.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / stem-length.ly
1
2 \version "2.1.26"
3
4 \header{ texidoc = "@cindex Stem Length
5 You can alter the length of stems. "
6 }
7
8 \score { 
9   \context Voice \notes\relative c {
10         g''4 \override Stem  #'length = #14  g4
11         \override Stem  #'length = #3 g4  g,,4  
12   }
13   \paper { raggedright = ##t }  
14 }
15