bug-lilypond
[Top][All Lists]
Advanced

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

Obscure melisma fail


From: Simon Albrecht
Subject: Obscure melisma fail
Date: Wed, 9 Sep 2015 02:10:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hello,

in the following example Lily fails to recognise the melisma iff
– there is a second voice (comment it to test)
– the music is referenced by a variable and not directly inserted in \score {} (sic!)

%%%%%%%%%%%%
\version "2.19.25"

alto = \relative {
  <<
    { d'2\melisma e4\melismaEnd cis }
    \new Voice { \voiceTwo s1 }
  >>
}

altText = \lyricmode {
  side, sit
}

\score {
  <<
    \new Staff \alto
    \addlyrics \altText
  >>
}

% exactly the same, but without using a variable for the music
\score {
  <<
    \new Staff \relative {
      <<
        { d'2(\melisma e4)\melismaEnd cis }
        \new Voice { \voiceTwo s1 }
      >>
    }
    \addlyrics \altText
  >>
}
%%%%%%%%%%%%%

It’s really astounding what kind of situations sometimes arise…

Yours, Simon

Attachment: obscure-melisma-fail.ly
Description: Text Data

Attachment: obscure-melisma-fail.preview.png
Description: PNG image


reply via email to

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