From f658c7e7886608a24b9879e6bf34dff3213210a2 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 19 Sep 2007 03:36:20 +0200 Subject: [PATCH] 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 --- scripts/musicxml2ly.py | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.39.2