]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-extend.ly
LSR: adding new files.
[lilypond.git] / input / test / stem-extend.ly
index 85e5e576594c21297009ffbbda87eba68a2a4584..ab3864b2f6952ade25179015260eba97f7640cd5 100644 (file)
@@ -1,11 +1,12 @@
-\version "2.1.22"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Stem Extend
-You can stop LilyPond from extending stems to the center line. "
+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 
@@ -20,6 +21,6 @@ You can stop LilyPond from extending stems to the center line. "
        >>
        
   }
-  \paper { raggedright = ##t}  
+  \layout { ragged-right = ##t}  
 }