]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
Translated docs: fix 'cp' error about multiple CSS files copying
[lilypond.git] / python / musicexp.py
index 440fcbfb3f1c12c87957c79b2f204f95b2efcf0f..6bf587be8ff213d184ecac9ca075c87511652de2 100644 (file)
@@ -1532,6 +1532,8 @@ class ClefChange (Music):
                 ('F', 4): "bass",
                 ('F', 5): "subbass",
                 ("percussion", 2): "percussion",
+                # Workaround: MuseScore uses PERC instead of percussion
+                ("PERC", 2): "percussion",
                 ("TAB", 5): "tab"}.get ((self.type, self.position), None)
     def ly_expression (self):
         return '\\clef "%s%s"' % (self.clef_name (), self.octave_modifier ())