]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/build-profile.sh
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / buildscripts / build-profile.sh
index ee85ec77732004281d35bace7662036639d302c1..072cf64520c2fab1640a4e10502f833651bd370e 100755 (executable)
@@ -29,12 +29,19 @@ mkdir $resultdir
 cd $resultdir
 
 
-echo 'foo = \new Staff \new Voice \repeat unfold 50 \relative { c4 d8[ d16( e]~ e16[ e e) f] g8  }
-\new ChoirStaff << 
-  \foo \foo \foo \foo 
-  \foo \foo \foo \foo 
-
->>' > long-score.ly
+cat > long-score.ly << EOF
+\version "2.10.0"
+foo = \new Staff \new Voice \repeat unfold 50 \relative { c4 d8[ d16( e]~ e16[ e e) f] g8  }
+\score { 
+  \new ChoirStaff << 
+    \foo \foo \foo \foo 
+    \foo \foo \foo \foo 
+
+  >>
+  \midi {}
+  \layout {}
+}
+EOF
 
 rm gmon.sum