bug-lilypond
[Top][All Lists]
Advanced

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

Re: musicxml2ly: <movement-title> not converted in the presence of a non


From: Dmytro O. Redchuk
Subject: Re: musicxml2ly: <movement-title> not converted in the presence of a non-empty <work-title>
Date: Thu, 22 Sep 2011 10:55:44 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat 17 Sep 2011, 14:52 Patrick Schmidt wrote:
> Hi Reinhold et al.,
> 
> this is how musicxml2ly works at the moment:
> 
> 1) if XML: <work-title>bli></work-title> --> LilyPond: title = bli
> 2) if XML: <movement-title>bla</movement-title> --> LilyPond: title = bla
> 3) if XML: <work-title></work-title> (empty) AND 
> <movement-title>bla</movement-title> --> LilyPond: title = bla
> 
> so far so good, but
> 
> 4) if XML: <work-title>bli</work-title> (non-empty!) AND 
> <movement-title>bla</movement-title> --> LilyPond: title = bli
> 
> So any information in a <movement-title>-element is lost in the conversion 
> with musicxml2ly when the .xml-file also contains a non-empty 
> <work-title>-element. I tried to change the code in order to reach something 
> like the following (but never managed to meet all 4 demands):
> 
> if XML: <work-title>bli</work-title> (non-empty!) AND 
> <movement-title>bla</movement-title> --> LilyPond: title = bli; subtitle = bla
> 
> How can I say this in python?
I've added this as 1913:
http://code.google.com/p/lilypond/issues/detail?id=1913

-- 
  Dmytro O. Redchuk                        "Easy to use" is easy to say.
  Bug Squad                                             -- Jeff Garbers



reply via email to

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