Menu

#248 lyrics on Devnull context ignore implicit melismata

Verified
nobody
None
Defect
2008-11-04
2007-01-18
Anonymous
No

Originally created by: *anonymous

Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com

% Bug-demonstration: if you link lyrics to a Devnull context,
% the implicit melismata get ignored.

\version "2.11.12"
\layout { ragged-right = ##t }

musicTie = {
  c'4 g'4 ~ g'4 c'4
}
\score { <<
  \new Staff = staffTie <<
    % The notes. The lyrics should align to these.
    \musicTie
    \new Devnull = "invisibleTie" \musicTie
    \new Lyrics \lyricsto "invisibleTie"
    \lyricmode {
      Ape nut mice
    }
  >>
  >>
}

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-01-22

    Originally posted by: hanw...@gmail.com

    Melismata are defined by the voice context. Connecting lyrics to a devnull
    looses the voice/lyrics links, and hence info on melismata.

    Perhaps this is a manual problem, in that the manual suggests to use devnull for lyrics.

    Status: Invalid

     
  • Google Importer

    Google Importer - 2007-10-05

    Originally posted by: gpermus@gmail.com

    GDP.

    Status: Verified

     
  • Google Importer

    Google Importer - 2008-11-04

    Originally posted by: v.villenave

    Since we're keeping this one as Invalid, I've opened a feature request as Issue 707.