]> git.donarmstrong.com Git - lilypond.git/commitdiff
also output midi in profile test.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:12:27 +0000 (13:12 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:12:27 +0000 (13:12 +0100)
buildscripts/build-profile.sh

index 4c53c644e49437cbc956bc36c10aa53484c92369..072cf64520c2fab1640a4e10502f833651bd370e 100755 (executable)
@@ -32,11 +32,15 @@ cd $resultdir
 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  }
-\new ChoirStaff << 
-  \foo \foo \foo \foo 
-  \foo \foo \foo \foo 
-
->>
+\score { 
+  \new ChoirStaff << 
+    \foo \foo \foo \foo 
+    \foo \foo \foo \foo 
+
+  >>
+  \midi {}
+  \layout {}
+}
 EOF
 
 rm gmon.sum