]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-extend.ly
LSR: adding new files.
[lilypond.git] / input / test / stem-extend.ly
index 8845b0830c41959c2c752eafd44097e8e28afdc4..ab3864b2f6952ade25179015260eba97f7640cd5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.30"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Stem Extend
 Extending stems to the center line may be prevented using @code{no-stem-extend}.
@@ -6,7 +6,7 @@ Extending stems to the center line may be prevented using @code{no-stem-extend}.
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
        \context Staff <<
                \new Voice { 
                        f2 f8 g a b 
@@ -21,6 +21,6 @@ Extending stems to the center line may be prevented using @code{no-stem-extend}.
        >>
        
   }
-  \paper { raggedright = ##t}  
+  \layout { ragged-right = ##t}  
 }