]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Remove comment that no longer applies
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 19 Sep 2007 01:36:20 +0000 (03:36 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Oct 2007 16:40:04 +0000 (18:40 +0200)
My previous commit ("Apply Attributes and Directions...") fixed the problem
with clefs in piano staves, so this comment is now wrong.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
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))