]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-length.ly
* scripts/lilypond.py (escape_path): revise.
[lilypond.git] / input / test / stem-length.ly
index 85bd73f8e44e4aa53bf1f798be843fd080b8848a..c43e5068ff3ff6ce83a5dabd8fb854a1f5f768a3 100644 (file)
@@ -1,11 +1,15 @@
-\version "1.7.6"
+
+\version "1.9.8"
+
+\header{ texidoc = "@cindex Stem Length
+You can alter the length of stems. "
+}
 
 \score { 
   \context Voice \notes\relative c {
        g''4 \property Voice.Stem \set #'length = #14  g4
        \property Voice.Stem \set #'length = #3 g4  g,,4  
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
-%% new-chords-done %%
+