]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Correctly convert instrument names with line breaks
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 23 Sep 2007 08:39:49 +0000 (10:39 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Oct 2007 16:40:20 +0000 (18:40 +0200)
commit27b5b5a23e97816a7e08796bd3d35bdc958bb563
treeceb45c71455690e4b2f0d72d2e0a0f5b61b2cbb1
parent3e53cd8e8cb4603013e0851135211c80f8a32442
MusicXML: Correctly convert instrument names with line breaks

Convert line breaks in instrument names to
    \markup \columns {\line {..} \line {..}}
Also add regression test file.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicexp.py