]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-scm.ly
* scm/music-functions.scm (voicify-music): add \context Staff for
[lilypond.git] / input / test / embedded-scm.ly
index ab3198cae48c2485fd14c478cebbceb58af30d34..dd66fad17aa482580fd89b960b432cd6253a0a5d 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.7"
 % TODO: does this work?  It doesn't do anything with 1.7.20
 \header {texidoc="@cindex Embedded scm
 You can embed scm functions in your scores.
@@ -6,6 +7,7 @@ You can embed scm functions in your scores.
 
 #(begin (newline)(display "hello world")(newline))\score{
        \notes\relative c'{ c }
+\paper{raggedright = ##t}
 }
 
-%% new-chords-done %%
+