]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix indentation of the Output_printer
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 23 Sep 2007 12:03:03 +0000 (14:03 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Oct 2007 16:40:29 +0000 (18:40 +0200)
commita6d15c66a20432a2e7bf0d277a25105465f495db
tree09b4e756a5bd00e7551ebecbbe4f32d548feac08
parentde00f61a7ab309a2cd95cf187416ff9b62ea1f9b
MusicXML: Fix indentation of the Output_printer

a < increases indentation by one. However, \< or -< should not and <<
should only increase by one, too. The same goes for \>, -> and >>.

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