bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repe


From: lilypond
Subject: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie
Date: Tue, 02 Mar 2010 18:34:44 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Medium

New issue 1026 by v.villenave: Documentation: adapting Lyrics when using \repeatTie
http://code.google.com/p/lilypond/issues/detail?id=1026

% In the following example, the lyrics need to be adapted
% (otherwise they just ignore the \repeatTie in the melody).

\version "2.13.14"

\relative c' {
  \repeat volta 2 {
    c d e f~ |
  }
  \alternative {
    { f a b c }
    { f, \repeatTie g a c }
  }
}

\addlyrics {
  \repeat volta 2 {
    c d e f
  }
  \alternative {
    { a b c }
    % The underscore is necessary here
    { _ g a c }
  }
}

% I'm not sure where to document it: in Vocal music? as a snippet?

--
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]