From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 5 Sep 2004 20:58:45 +0000 (+0000)
Subject: release commit
X-Git-Tag: release/2.3.14
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=299fcc89465fd3cdad6c1f3e6ef8478f6a92e9f6;p=lilypond.git

release commit
---

diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly
index dba893ecfd..fc89fad98e 100644
--- a/input/regression/grace-types.ly
+++ b/input/regression/grace-types.ly
@@ -5,11 +5,14 @@ grace switches to smaller type, the appoggiatura inserts also a slur, and the
 acciaccatura inserts a slur and slashes the stem." 
     }
 
-\score  {
-     \relative c'' { c4 \grace { d8 }  c4
-			   \appoggiatura { d8 } c
-			   \acciaccatura { d } c
-		       }
-    
+\paper {
+    raggedright = ##t
+}
+
+\relative c'' {
+    c4 \grace { d8 }  c4
+    \appoggiatura { d8 } c
+    \acciaccatura { d } c
 }
+    
  
diff --git a/input/regression/key-signature-cancellation.ly b/input/regression/key-signature-cancellation.ly
index 3bd0539541..98762e66b8 100644
--- a/input/regression/key-signature-cancellation.ly
+++ b/input/regression/key-signature-cancellation.ly
@@ -5,8 +5,10 @@
 
 }
 
+\version "2.3.14"
+
 \paper {
-    raggedright = ##T
+    raggedright = ##t
 }
 
 {
diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly
index 2792ad5b26..8a132d5c21 100644
--- a/input/regression/quote-cyclic.ly
+++ b/input/regression/quote-cyclic.ly
@@ -6,7 +6,7 @@ example, there are notes with each full-bar rest."
 	  
  
 }
-
+\version "2.3.14"
 A = \relative c' { c4 d e f | << R1            \\
 				 \quote "qB" 1 >> | }
 B = \relative c' { << R1            \\