]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/scheme-interactions.ly
(Lilypond_snippet.notice_include):
[lilypond.git] / input / test / scheme-interactions.ly
index 61e836d3c1fa8a8cee8e7b2cd4f346cdc9f4d043..36f62a7b404c78799080a09da64d313a17e04009 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.7.16"
+\version "2.1.7"
+\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.
 
-\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. "
-
-}
+In this example, the E-s and D-s are generated using scheme functions,
+and woven together with manually 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 +23,6 @@ bra = \notes \transpose c c { e'4-. }
       \baz
       c4
   }
+       \paper {raggedright=##t}
 }
-%% new-chords-done %%
+