]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
revamp flat symbol: use less points,
[lilypond.git] / scripts / abc2ly.py
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):