lilypond-user
[Top][All Lists]
Advanced

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

Re: Spurious Repeat Symbol


From: jakob lund
Subject: Re: Spurious Repeat Symbol
Date: Sun, 9 Jan 2011 21:10:42 +0100

Hi Ted

You don't want the \repeat info inside the lyrics, just remove it:

words = \lyricmode  {
  do re mi fa
    do re me
    fa  sol
  }


Jakob.


2011/1/9 Ted Stanion <address@hidden>:
> How can I get rid of the extra repeat symbol in this example? I'm sure it is
> caused by the rest at the beginning of the repeat. I've tried hiding an
> extra note along with a skip, but I can't figure out how to do this and get
> the rest back.
> Ted
> %%% Begin example.
> \version "2.12.0"
> melody = \relative c' {
>   c4 d e f
>   \repeat volta 2 {
>    r c d e
>   } \alternative {
>     { f1 }
>     { g1 }
>   }
> }
> words = \lyricmode  {
>   do re mi fa
>   \repeat volta 2
>   {
>     do re me
>   } \alternative {
>     { fa } { sol }
>   }
> }
> \score {
>   <<
>   \new Staff { \melody }
>   \addlyrics { \words }
>   >>
> }
> %%% End example.
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>



reply via email to

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