lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4044 in lilypond: \addlyrics doesn't work with cus


From: lilypond
Subject: [Lilypond-auto] Issue 4044 in lilypond: \addlyrics doesn't work with custom-defined Voice contexts
Date: Fri, 01 Aug 2014 10:33:45 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Bounty

New issue 4044 by address@hidden: \addlyrics doesn't work with custom-defined Voice contexts
http://code.google.com/p/lilypond/issues/detail?id=4044

\version "2.19.10"

% I define a custom Voice-like context with red notes:
\layout {
  \context {
    \Staff
    \accepts "FooVoice"
  }
  \context {
    \Voice
    \name "FooVoice"
    \alias Voice
    \override NoteHead.color = #red
  }
}

\markup { FooVoice works with "\\new Lyrics \\lyricsto": }
<<
  \new FooVoice = foo { c'1 }
  \new Lyrics \lyricsto foo { lol }


\markup { But it doesn't work with "\\addlyrics": }
\new FooVoice { c'1 }
% \addlyrics forces creating a new Voice instead of a FooVoice -
% you can tell that it's a plain Voice because notehead is black.
\addlyrics { lol }

I'd be glad to pay 20 Euro for the fix.

Attachments:
        FooVoice.png  15.5 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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