]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-length.ly
* configure.in: bump GCC requirements to 3.x
[lilypond.git] / input / test / stem-length.ly
1
2 \version "1.9.1"
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 \property Voice.Stem \set #'length = #14  g4
11         \property Voice.Stem \set #'length = #3 g4  g,,4  
12   }
13   \paper { raggedright = ##t }  
14 }
15