]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Correctly split multi-line part group names
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 28 Oct 2007 20:45:38 +0000 (21:45 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 28 Oct 2007 20:45:38 +0000 (21:45 +0100)
commit59b852e23b0d0e48d47e567ad20203d113795bd6
tree7822b7168b9f59dda1d55358af6c4c417d7d4ace
parent37a2149cc30fdf7c1661c18376c55ee7eaf14167
MusicXML: Correctly split multi-line part group names

newlines might consist of \r, \n, or combinations thereof,
so we need to split at any combination of these.
python/musicexp.py