]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/build-profile.sh
Imported Upstream version 2.14.2
[lilypond.git] / scripts / auxiliar / build-profile.sh
index 072cf64520c2fab1640a4e10502f833651bd370e..da110c79160add693c614bb6dd12ae8871e5e9b1 100755 (executable)
@@ -31,11 +31,11 @@ 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  }
-\score { 
-  \new ChoirStaff << 
-    \foo \foo \foo \foo 
-    \foo \foo \foo \foo 
+foo = \new Staff \new Voice \repeat unfold 50 \relative c' { c4 d8[ d16( e]~ e16[ e e) f] g8  }
+\score {
+  \new ChoirStaff <<
+    \foo \foo \foo \foo
+    \foo \foo \foo \foo
 
   >>
   \midi {}
@@ -62,7 +62,7 @@ for a in *.profile; do
   cat $a
 done
 
-echo 'running gprof' 
+echo 'running gprof'
 gprof $exe > profile
 
 exit 0
@@ -75,7 +75,7 @@ for a in seq 1 3; do
        -I $depth/input/mutopia/W.A.Mozart/ \
        $f
 
-    echo 'running gprof' 
+    echo 'running gprof'
     if test -f gmon.sum ; then
       gprof -s $exe gmon.out gmon.sum
     else