lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix and align musicxml and input language "deutsch" (issue 547610043


From: torsten . haemmerle
Subject: Re: Fix and align musicxml and input language "deutsch" (issue 547610043 by address@hidden)
Date: Tue, 11 Feb 2020 12:39:14 -0800

Proposed solution for English
(I know that this issue is about German only, but as English has been
touched, too, by removing a pointless replace statement).



https://codereview.appspot.com/547610043/diff/557380043/python/musicexp.py
File python/musicexp.py (right):

https://codereview.appspot.com/547610043/diff/557380043/python/musicexp.py#newcode324
python/musicexp.py:324: return str
Proposal:
keep 1st character and replace 'fq' by 'tq' in the suffix:

  return str[:1] + str[1:].replace ('fq', 'tq')

https://codereview.appspot.com/547610043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]