lilypond-user
[Top][All Lists]
Advanced

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

Re: slur with repeat


From: Eluze
Subject: Re: slur with repeat
Date: Fri, 26 Jul 2013 02:54:00 -0700 (PDT)

Michael Firbank 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"

really?! I hope this will work:

\new Voice {
  c8( d c d c d c d ) |
  <<
    {
      \repeat percent 4 {c d}
    }
    \new Voice {
      \hideNotes
      \voiceTwo
      c2..( s8) |
    }
  >>
}

maybe you'll have to deactivate certain grobs if they take up to much place:
      % \override Stem #'stencil = ##f
      % \override Flag #'stencil = ##f
      % \override Dots #'stencil = ##f

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/slur-with-repeat-tp148423p148444.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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