Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicXML: \markup export #103

Merged
merged 11 commits into from
Sep 5, 2017
Merged

MusicXML: \markup export #103

merged 11 commits into from
Sep 5, 2017

Conversation

FelippeRoza
Copy link
Collaborator

It is still a work in progress. Right now it only works with a single word after \markup, as in the markup.ly test file.

@FelippeRoza
Copy link
Collaborator Author

Now it supports a markup list (multiple words).

@@ -77,6 +77,7 @@ def __init__(self):
self.prev_tremolo = 8
self.tupl_dur = 0
self.tupl_sum = 0
self.word = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are not using this class variable.

@PeterBjuhr PeterBjuhr merged commit 3529766 into master Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants