]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-length.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / test / stem-length.ly
index 14af7b8b02f97cb1fd4bd09ad46bd5f20a0f55b9..f5a9ba30dec192bc8f8969af889f63f5c732f581 100644 (file)
@@ -1,11 +1,15 @@
-\version "1.7.16"
+
+\version "2.2.0"
+
+\header{ texidoc = "@cindex Stem Length
+The length of stems can be altered. "
+}
 
 \score { 
   \context Voice \notes\relative c {
-       g''4 \property Voice.Stem \set #'length = #14  g4
-       \property Voice.Stem \set #'length = #3 g4  g,,4  
+       g''4 \override Stem  #'length = #14  g4
+       \override Stem  #'length = #3 g4  g,,4  
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
-%% new-chords-done %%
+