]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.7.12
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 23:12:28 +0000 (23:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 23:12:28 +0000 (23:12 +0000)
VERSION
input/test/dpncnt.ly
scripts/abc2ly.py

diff --git a/VERSION b/VERSION
index 3be46ce93a6decf1142092bccebaf9e196da68ec..fd8e96db14af9d3c17494b2e55719edd1a11cef8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=7
-PATCH_LEVEL=11
+PATCH_LEVEL=12
 MY_PATCH_LEVEL=
 
 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a
index f4aa954596738326e0f89ebfcf18980ad919ef95..650aa5fc898d05fd2348e86e2f20ca977d9465c5 100644 (file)
@@ -1,5 +1,5 @@
 \header {
-1    texidoc = "test file for new-new-chord names, ie, double-plus-new-chord-name"
+    texidoc = "test file for new-new-chord names, ie, double-plus-new-chord-name"
 }
 
 efull = \chordnames {
index 296bb48407cdf3acdf97048334b4a4c3564c2587..32a1ccfdbe8bd66b572d4300acb5d4c085ad7be1 100644 (file)
@@ -180,7 +180,10 @@ def dump_lyrics (outf):
                outf.write("    >\n    \\paper{}\n}\n")
 
 def dump_default_bar (outf):
-       outf.write ("\n\\property Score.defaultBarType=\"empty\"\n")
+       """
+       Nowadays abc2ly outputs explicits barlines (?)
+       """
+       outf.write ("\n\\property Score.defaultBarType=\"empty\"\n")
 
 
 def dump_slyrics (outf):