lilypond-user
[Top][All Lists]
Advanced

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

Re: Pitch with null duration?


From: Phil Holmes
Subject: Re: Pitch with null duration?
Date: Wed, 4 Apr 2012 15:53:00 +0100

----- Original Message ----- From: "Dossy Shiobara" <address@hidden>
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





reply via email to

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