]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-length.ly
(class New_slur): new file. Score based slur
[lilypond.git] / input / test / stem-length.ly
index 2061a8262d149d30ac0873d7803fa594346f1111..8858f1faf7e0c80f5f37ee08b8f704ab97fe218e 100644 (file)
@@ -1,9 +1,15 @@
+
+\version "2.3.4"
+
+\header{ texidoc = "@cindex Stem Length
+The length of stems can be altered. "
+}
+
 \score { 
-  \context Voice \notes\relative c {
-    
-       g''4 \property Voice.stemLength = #14  g4 \property Voice.stemLength = #3 g4  g,,4  
-       
+  \context Voice \relative c {
+       g''4 \override Stem  #'length = #14  g4
+       \override Stem  #'length = #3 g4  g,,4  
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
+