bug-lilypond
[Top][All Lists]
Advanced

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

Issue 248 in project lilypond


From: codesite-noreply
Subject: Issue 248 in project lilypond
Date: Thu, 18 Jan 2007 16:04:41 -0800

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




reply via email to

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