]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
Issue 3623: lilypond-book fails with file names containing shell-special characters
[lilypond.git] / scripts / abc2ly.py
index 15161032f2b251155b69cfc3b1ef4c58fb5775c0..77d47d7dcdbd453f41d3fa47d9f784e752ff13d7 100644 (file)
@@ -233,7 +233,7 @@ def dump_default_bar (outf):
     Nowadays abc2ly outputs explicits barlines (?)
     """
     ## < 2.2
-    outf.write ("\n\\set Score.defaultBarType = \"empty\"\n")
+    outf.write ("\n\\set Score.defaultBarType = \"\"\n")
 
 
 def dump_slyrics (outf):
@@ -1124,12 +1124,12 @@ old_bar_dict = {
 '|]' : '|.',
 '||' : '||',
 '[|' : '||',
-':|' : ':|',
+':|' : ':|.',
 '|:' : '|:',
-'::' : ':|:',
+'::' : ':|.|:',
 '|1' : '|',
 '|2' : '|',
-':|2' : ':|',
+':|2' : ':|.',
 '|' :  '|'
 }
 bar_dict = {