]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
* scm/output-ps.scm (new-text): new function. Use glyphshow to
[lilypond.git] / input / example-3.ly
index 4e3a924d5adb812659f60df31b39ca93edb0adcf..6a9ca22806958a98a2dc94827d029e49b8b4bfbc 100644 (file)
@@ -1,11 +1,11 @@
 #(ly:set-option 'old-relative)
-\version "2.1.36"
+\version "2.4.0"
 
-one = \notes\relative c{
+one = \relative c{
        c'' d e f
 }
 
-two = \notes\relative c{
+two = \relative c{
        \clef "bass"
        c'2 g2
 }
@@ -15,7 +15,7 @@ two = \notes\relative c{
                \one
                \two
        >>
-       \paper{}
+       \layout{}
        \midi{}
 }