----- Original Message ----- From: "Dossy Shiobara" <[email protected]>
To: <[email protected]>
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



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

Reply via email to