On Thu, Jul 25, 2013 at 12:10 PM, Michael Firbank <mjfirb...@gmail.com> wrote:
>
> Hello
>
> How do I combine a slur with a repeated small section. ie how do I put the
> slur on bar 2 here the same as bar 1
>
> \version "2.12.3"
> {
> c8( d c d c d c d )
> \repeat percent 4 {c d}
> }
>

There are a bunch of ways you could do this. Personally, I would use
spacer rests.

{
  \new Voice <<
    \repeat unfold 4 { c8 d }
    { s2..( s8) }
  >>
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to