|
| From: | Phil Holmes |
| Subject: | Re: Pitch with null duration? |
| Date: | Wed, 4 Apr 2012 15:53:00 +0100 |
To: <address@hidden> Sent: Wednesday, April 04, 2012 3:27 PM Subject: Re: Pitch with null duration?
Someone on IRC suggested a separate voice with hidden notes, just for
the slurs. I ended up going with this approach because it yielded the
best visual result:
\new Voice = "intro_slurs" {
\hideNotes
\override NoteColumn #'ignore-collision = ##t
\relative c' {
\key f \major
<f g>1 ~ | <f g>4
}
}
I'd suggest not permanently overriding collision detection - in any complex score this is likely to lead to collisions. \once \override where appropriate is safer.
-- Phil Holmes
| [Prev in Thread] | Current Thread | [Next in Thread] |