On 11 November 2010 11:59, Carlo Stemberger <[email protected]> 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 <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to