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.

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

Reply via email to