]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-length.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[lilypond.git] / input / test / stem-length.ly
index f68697253e49383049dbe74c7832dc48b26d3cfe..7c5ad94e0381940eafdbfb18b9cae0053479c7f9 100644 (file)
@@ -1,11 +1,14 @@
 \version "1.7.18"
 
+\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 %%