lilypond-user
[Top][All Lists]
Advanced

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

Re: Re : [Lyrics] Ignoring tie


From: Xavier Scheuer
Subject: Re: Re : [Lyrics] Ignoring tie
Date: Thu, 11 Nov 2010 12:13:22 +0100

On 11 November 2010 11:59, Carlo Stemberger <address@hidden> wrote:
>
> Mmmm, this may be a not perfect but simple solution. Otherwise I have to
> write 2 times the 2 stanzas, isn't it?
>

You could use a  \tag  to have different editions from one source:

melody = \relative c' {
  \tag #'withTie { c2 ~ }
  \tag #'withoutTie { c2 }
  c2
}

\score {
  \keepWithTag #'withTie
  \melody
}

\score {
  \keepWithTag #'withoutTie
  \melody
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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