On Thu, Jul 25, 2013 at 12:10 PM, Michael Firbank <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user