From: fred <fred>
Date: Tue, 26 Mar 2002 23:56:46 +0000 (+0000)
Subject: lilypond-1.3.94
X-Git-Tag: release/1.5.59~1267
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=99420c665011eadd41b81087c4da6d46250539b1;p=lilypond.git

lilypond-1.3.94
---

diff --git a/lily/unfolded-repeat-iterator.cc b/lily/unfolded-repeat-iterator.cc
index f9ac9ea0c4..47eabef881 100644
--- a/lily/unfolded-repeat-iterator.cc
+++ b/lily/unfolded-repeat-iterator.cc
@@ -178,6 +178,9 @@ Unfolded_repeat_iterator::construct_children ()
     }
 }
 
+/*
+  TODO: add source information for debugging
+ */
 void
 Unfolded_repeat_iterator::add_repeat_command (SCM what)
 {
diff --git a/ly/script.ly b/ly/script.ly
index d6c35d9c55..2ebe362fc5 100644
--- a/ly/script.ly
+++ b/ly/script.ly
@@ -2,6 +2,8 @@
 
 #(eval-string (ly-gulp-file "script.scm"))
 
+#default-script-alist
+
 "dash-hat" = "marcato"
 "dash-plus" = "stopped"
 "dash-dash" = "tenuto"
diff --git a/scm/script.scm b/scm/script.scm
index 47d61ab91c..bf47558dc2 100644
--- a/scm/script.scm
+++ b/scm/script.scm
@@ -91,3 +91,4 @@
       default-script-alist)
       )
 
+
diff --git a/stepmake/bin/make-version.py b/stepmake/bin/make-version.py
index 4912f0a2a7..9f4a3f46a3 100644
--- a/stepmake/bin/make-version.py
+++ b/stepmake/bin/make-version.py
@@ -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');