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 _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
