]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/scheme-interactions.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / scheme-interactions.ly
index 039e45e9ccae59e636e03f1b05d39c7449b434d6..233fbcc3b3927a265994c36776831c5ab1ece92f 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.7.18"
+\version "2.1.36"
 \header { texidoc = "@cindex Scheme Interactions
-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. "
-}
+Using @code{ly:export}, the result of Scheme expressions can be passed
+as LilyPond input.  Within a Scheme expression, you can use, define or 
+change the corresponding variables. In this example, the D-s and E-s are 
+generated using scheme functions, and between there are manually 
+(without Scheme) entered C-s.
+
+" }
 
 foo = \notes \transpose c c { d''4-. }
 bra = \notes \transpose c c { e'4-. }
 
+
 \score { 
   \context Voice \notes\relative c' {
       c4