From 528d4910ace1bf691e1fe000105646997d51f32f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 12 Jan 2003 23:12:28 +0000 Subject: [PATCH] release commit --- VERSION | 2 +- input/test/dpncnt.ly | 2 +- scripts/abc2ly.py | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3be46ce93a..fd8e96db14 100644 --- 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 diff --git a/input/test/dpncnt.ly b/input/test/dpncnt.ly index f4aa954596..650aa5fc89 100644 --- a/input/test/dpncnt.ly +++ b/input/test/dpncnt.ly @@ -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 { diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 296bb48407..32a1ccfdbe 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -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): -- 2.39.5