]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Use \skip in lyrics instead of ""
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 2 Sep 2007 23:47:14 +0000 (01:47 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:20:46 +0000 (16:20 +0200)
commit2c164125496c718dec7185a1933912880d8c5308
tree2e8016443f696efec6e56bfc9bf1005cf64015d1
parent396efb18a48b61b3a1484f7b089ab43ad5c41b1c
MusicXML: Use \skip in lyrics instead of ""

In lyrics, use \skip4 to indicate a note has not syllable attached. So far,
I had "", which caused lilypond to print out several warnings "cannot align
on self: empty element".
As lilypond seems to ignore the time attached to a \skip (but requires some
time indiation), I simply use 4.

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