bug-lilypond
[Top][All Lists]
Advanced

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

Re: [musicxml2ly] beams and lost lyric syllables


From: pls
Subject: Re: [musicxml2ly] beams and lost lyric syllables
Date: Sat, 6 Oct 2012 14:26:09 +0200

I forgot to mention that syllables don't get lost when musicxml2ly is used with 
the option --no-beaming.  But this is only a dirty workaround as LilyPonds' 
autobeaming algorithm overrides the beaming information provided by the 
.xml-file.  Beyond that we implemented a new musicxml2ly feature to translate 
the stem directions 
(https://github.com/Philomelos/lilypond-musicxml2ly-dev/commit/0747e5ce34f8d3a6128302ec0363a8f5f91ce3fd).
  This leads to ugly effects in combination with --no-beaming as LilyPond tries 
to connect notes with stems pointing in different directions...
Am 05.10.2012 um 23:06 schrieb pls:

> Hey all,
> 
> syllables under beamed notes are swallowed by musicxml2ly (LilyPond v2.17.3). 
> This seems to be a close relative of Issue 2881.
> 
> Test File: 
> https://github.com/Philomelos/lilypond-musicxml2ly-dev/blob/master/MusicXML-TestSuite/beams-lyrics.xml
> 
> Result of the conversion of the test file (see also: 
> https://github.com/Philomelos/lilypond-musicxml2ly-dev/blob/master/MusicXML-TestSuite/beams-lyrics.ly):
> 
> \layout {
>    \context { \Score
>        autoBeaming = ##f
>        }
>    }
> PartPOneVoiceOne =  {
>    \clef "treble" \key c \major \time 4/4 c'8. [ c'16 ] c'2. }
> 
> PartPOneVoiceOneLyricsOne =  \lyricmode { Syl -- ble }
> 
> The middle syllable of Syl -- la -- ble is missing. It got lost during the 
> musicxml2ly conversion. But even if the syllable hadn't been swallowed 
> LilyPond seems to have a problem with manual beams and lyrics in combination 
> with autoBeaming = ##f. Compiling the file with
> 
> PartPOneVoiceOneLyricsOne =  \lyricmode { Syl -- la -- ble }
> 
> leads to this result: 
> https://github.com/Philomelos/lilypond-musicxml2ly-dev/blob/master/MusicXML-TestSuite/beams-lyrics-autoBeaming%3Df.png
> 
> When one exchanges the autoBeaming = ##f for \autoBeamOff in the 
> \layout-block the problem with the wrong alignment of lyrics is solved.  Is 
> autoBeaming = ##f deprecated?  This would be easy to adjust in musicxml2ly.  
> The lost syllables pose a bigger problem...
> 
> hth
> patrick
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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