bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

musicxml2ly: wavy-line bug


From: pls
Subject: musicxml2ly: wavy-line bug
Date: Mon, 13 Feb 2012 23:23:10 +0100

Hey all,

musicxml2ly v2.15.29 always converts  <wavy-line> elements as trill spans, i e 
wavy lines are always typeset in combination with a trill mark even when no 
trill mark is wanted/requested:

Attachment: wavy-line.xml
Description: application/xml

PNG image


The correct MusicXML markup for a trill mark in combination with a wavy line 
leads to the following result:

Attachment: trill-mark-wavy-line-bug.xml
Description: application/xml

PNG image


Possible solution: 
* trill marks in combination with wavy lines should be converted to 
\startTrillSpan ... \stopTrillSpan
* wavy lines without trill marks should be converted to text spanners 
((\once)\override TextSpanner #'style = #'trill ... \startTextSpan ... 
\stopTextSpan)

hth
patrick

reply via email to

[Prev in Thread] Current Thread [Next in Thread]