lilypond-user
[Top][All Lists]
Advanced

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

Re: slur with repeat


From: Nathan
Subject: Re: slur with repeat
Date: Fri, 26 Jul 2013 09:42:02 -0700

On Thu, Jul 25, 2013 at 12:10 PM, Michael Firbank <address@hidden> 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) }
  >>
}



reply via email to

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