Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(155)

Issue 553620043: musicxml2ly: Emit bar checks for all voices (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 1 month ago by hahnjo
Modified:
3 years, 12 months ago
Reviewers:
Dan Eble
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

musicxml2ly: Emit bar checks for all voices The script only added them for the first voice, without explanation. As this change doesn't seem to cause any problems, it's probably fine to lift this restriction and make the generated code easier to read. Suggested privately by Kai Ruemmler.

Patch Set 1 #

Total comments: 2

Patch Set 2 : update comment as suggested by Dan #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M scripts/musicxml2ly.py View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
Dan Eble
https://codereview.appspot.com/553620043/diff/581760043/scripts/musicxml2ly.py File scripts/musicxml2ly.py (right): https://codereview.appspot.com/553620043/diff/581760043/scripts/musicxml2ly.py#newcode2287 scripts/musicxml2ly.py:2287: if n._measure_position == Rational(0) and n != voice._elements[0]: Is ...
4 years, 1 month ago (2020-03-10 00:20:12 UTC) #1
hahnjo
https://codereview.appspot.com/553620043/diff/581760043/scripts/musicxml2ly.py File scripts/musicxml2ly.py (right): https://codereview.appspot.com/553620043/diff/581760043/scripts/musicxml2ly.py#newcode2287 scripts/musicxml2ly.py:2287: if n._measure_position == Rational(0) and n != voice._elements[0]: On ...
4 years, 1 month ago (2020-03-10 09:18:11 UTC) #2
hahnjo
4 years, 1 month ago (2020-03-10 09:19:39 UTC) #3
update comment as suggested by Dan
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b