Skip to content

Commit c763311

Browse files
committed
ParseSource.Set(): allow setting stanza if in lyricmode
1 parent 285dcf1 commit c763311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ly/musicxml/lymus2musxml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ def Set(self, cont_set):
477477
self.mediator.set_by_property(cont_set.property(), val)
478478
elif cont_set.context() in group_contexts:
479479
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+
480483

481484
def Command(self, command):
482485
r""" \bar, \rest etc """

0 commit comments

Comments
 (0)