]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.94
authorfred <fred>
Tue, 26 Mar 2002 23:56:46 +0000 (23:56 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:56:46 +0000 (23:56 +0000)
lily/unfolded-repeat-iterator.cc
ly/script.ly
scm/script.scm
stepmake/bin/make-version.py

index f9ac9ea0c451a35172ef5dc58ff7c1fb1c132ff2..47eabef881a6341b14734d9fbb6ca5465461ecb9 100644 (file)
@@ -178,6 +178,9 @@ Unfolded_repeat_iterator::construct_children ()
     }
 }
 
+/*
+  TODO: add source information for debugging
+ */
 void
 Unfolded_repeat_iterator::add_repeat_command (SCM what)
 {
index d6c35d9c554b3f6edb4f6da7794d71b1663a7e0c..2ebe362fc51f22ad198e58c35eede2372ff9f96e 100644 (file)
@@ -2,6 +2,8 @@
 
 #(eval-string (ly-gulp-file "script.scm"))
 
+#default-script-alist
+
 "dash-hat" = "marcato"
 "dash-plus" = "stopped"
 "dash-dash" = "tenuto"
index 47d61ab91ca2c894d772994b58afdf9d9f7d4216..bf47558dc2d88a179fcc7d9943f71ab7150dc707 100644 (file)
@@ -91,3 +91,4 @@
       default-script-alist)
       )
 
+
index 4912f0a2a772f33d22fc22a559dcbd3617e66d5e..9f4a3f46a3b115afdc795c8fbffb2420025a97a9 100644 (file)
@@ -24,4 +24,6 @@ for d in defs:
 
 if ('MY_PATCH_LEVEL', '') in defs:
        sys.stdout.write ('#define NO_MY_PATCHLEVEL')
+
+sys.stdout.write('\n');