We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285dcf1 commit c763311Copy full SHA for c763311
ly/musicxml/lymus2musxml.py
@@ -477,6 +477,9 @@ def Set(self, cont_set):
477
self.mediator.set_by_property(cont_set.property(), val)
478
elif cont_set.context() in group_contexts:
479
self.mediator.set_by_property(cont_set.property(), val, group=True)
480
+ elif cont_set.property() == 'stanza' and self.alt_mode == 'lyric':
481
+ self.mediator.set_by_property(cont_set.property(), val)
482
+
483
484
def Command(self, command):
485
r""" \bar, \rest etc """
0 commit comments