bug-lilypond
[Top][All Lists]
Advanced

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

Re: TrillSpanner does not extend over tied note


From: Neil Puttock
Subject: Re: TrillSpanner does not extend over tied note
Date: Wed, 17 Jun 2009 23:29:47 +0100

2009/6/17 -Eluze <address@hidden>:

> here it comes - i'd like the trill spanner to end with the last of the
> sixteenth notes

Thank you.

I would use a hidden note in this situation:

<<
  \relative c'' {
    c4\startTrillSpan
    c2*7/8
    \hideNotes
    c16\stopTrillSpan
    s4
  }
  \\
  { \repeat unfold 12 { c'16 } }
>>

Regards,
Neil




reply via email to

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