]> 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 69ebc803be2d5b1ab2e22441290e1e1f2bb88bc2..dd66fad17aa482580fd89b960b432cd6253a0a5d 100644 (file)
@@ -1,7 +1,13 @@
-\version "1.7.16"
+
+\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.
+"}
 
 #(begin (newline)(display "hello world")(newline))\score{
        \notes\relative c'{ c }
+\paper{raggedright = ##t}
 }
 
-%% new-chords-done %%
+