From: Reinhold Kainhofer Date: Wed, 19 Sep 2007 01:36:20 +0000 (+0200) Subject: MusicXML: Remove comment that no longer applies X-Git-Tag: release/2.11.35-1~104 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f658c7e7886608a24b9879e6bf34dff3213210a2;p=lilypond.git MusicXML: Remove comment that no longer applies 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 --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index eca9186525..985ffa45c9 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -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))