]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/musicxml2ly.py
MusicXML: Remove comment that no longer applies
[lilypond.git] / scripts / musicxml2ly.py
index eca9186525909933b865eec1e43b07404441c18f..985ffa45c9a808fdfb0e3db4c67b9da9c833864d 100644 (file)
@@ -248,8 +248,6 @@ def musicxml_attributes_to_lily (attrs):
     }
     for (k, func) in attr_dispatch.items ():
         children = attrs.get_named_children (k)
-
-        ## ugh: you get clefs spread over staves for piano
         if children:
             elts.append (func (attrs))