]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-length.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / stem-length.ly
index 7c5ad94e0381940eafdbfb18b9cae0053479c7f9..ff6e34e81f8c65661013dc42cffd91c27942fe7e 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.26"
 
 \header{ texidoc = "@cindex Stem Length
 You can alter the length of stems. "
@@ -6,9 +7,9 @@ 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  
+       g''4 \override Stem  #'length = #14  g4
+       \override Stem  #'length = #3 g4  g,,4  
   }
   \paper { raggedright = ##t }  
 }
-%% new-chords-done %%
+