]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/explicit.ly
ly- -> ly:
[lilypond.git] / input / test / explicit.ly
index 1842339451e5a3ecc3d72fb7dba48ff8fe46db14..dd9ff03687989db1ad89bab4be205e63cf5be2a7 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.5.68"
+\version "1.7.3"
 
 \header{
 texidoc="Explicit pitches and durations."
 }
 \score {
   \notes {
-    \pitch #(make-pitch 0 0 0) \duration #(make-duration 1 0)
-    \pitch #(make-pitch 1 1 1) \duration #(make-duration 2 0)
+    \pitch #(ly:make-pitch 0 0 0) \duration #(ly:make-duration 1 0)
+    \pitch #(ly:make-pitch 1 1 1) \duration #(ly:make-duration 2 0)
 
   }
 }