]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/music-creation.ly
LSR: adding new files.
[lilypond.git] / input / test / music-creation.ly
index 053157f1bb40d65aab9cf5c6db9307feabe21018..c0740aa521702d466586fd86c38ca59c82c846e6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.10.0"
 
 % possible rename to scheme- something.  -gp
 \header { texidoc = "@cindex Scheme Music Creation
@@ -25,6 +25,6 @@ fooMusic = #(seq-music-list
                    (make-note (list (make-note-req (ly:make-pitch 1 1 0) (ly:make-duration 2 0))))))
      
 \score { \fooMusic 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 }