]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/scheme-interactions.ly
*** empty log message ***
[lilypond.git] / input / test / scheme-interactions.ly
index e9a51243b2ba801c6598dfd35dd30506ec97b999..800c158b9e933c4d9711d6ed9ddff6fae6cb626d 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.7.18"
-
-\header {
-
-    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. "
-
-}
+\version "2.2.0"
+\header { texidoc = "@cindex Scheme Interactions
+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
@@ -22,5 +22,6 @@ bra = \notes \transpose c c { e'4-. }
       \baz
       c4
   }
+       \paper {raggedright=##t}
 }
-%% new-chords-done %%
+