]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/scheme-interactions.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / scheme-interactions.ly
index 91d2c28c25b26eed5b5675db38070dc31b835a26..e9a51243b2ba801c6598dfd35dd30506ec97b999 100644 (file)
@@ -1,21 +1,21 @@
-\version "1.7.3"
+\version "1.7.18"
 
 \header {
 
-    texidoc = "With @code{ly-id}, you can pass of the result of
+    texidoc = "With @code{ly:export}, you can pass of the result of
 Scheme expressions as lilypond input. Within a Scheme expression, you
 can use, define or change lilypond variables. "
 
 }
 
 
-foo = \notes \transpose c' { d''4-. }
-bra = \notes \transpose c' { e'4-. }
+foo = \notes \transpose c c { d''4-. }
+bra = \notes \transpose c c { e'4-. }
 
 \score { 
   \context Voice \notes\relative c' {
       c4
-      #(ly:import (make-sequential-music (list foo foo foo )))
+      #(ly:export (make-sequential-music (list foo foo foo )))
       #(begin (define baz (make-simultaneous-music (list foo bra)))
        (empty-music))
       c4
@@ -23,3 +23,4 @@ bra = \notes \transpose c' { e'4-. }
       c4
   }
 }
+%% new-chords-done %%