Issue 248: lyrics on Devnull context ignore implicit melismata
http://code.google.com/p/lilypond/issues/detail?id=248
New issue report by gpermus:
% 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
}
>>
>>
}
Attachments:
foo.preview.png 2.6 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond