DDMAL / MEI2Volpiano

An MEI to Volpiano converter for CWMN or Neume MEI files.
MIT License
0 stars 0 forks source link

Idiomatic code #5

Closed napulen closed 3 years ago

napulen commented 3 years ago

https://github.com/DDMAL/MEI2Volpiano/blob/58f88fbb2c00d206f53ab5b21a0f11cf3094c60f/mei2volpiano.py#L41

This line is probably going to change based on the use of xml libraries. However, it is a good example to present (and request) idiomatic patterns:

if "A" <= char <= "Z":
raviraina commented 3 years ago

fixed in dev branch, although as you said this section may change in a later commit