Daniel Rosen wrote
> I'm trying to create a score and parts for a piece. I want to have bow
> markings in the string parts but not the score, so I'm trying to put them
> in a voice separate from the notes (ex. 1):
> 
> My issue is that, when I compile the part, the bow markings don't
> automatically avoid the notes in the other voice. Is there some way to get
> it to look more like this (ex. 2)?
> 
> Perhaps a property of Script that can be overridden?

perhaps putting the bowings into the same voice helps?

{
  \new Staff <<
    \context Voice = "A" { \music }
    \context Voice = "A" { \bowing }
  >>
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Script-objects-avoid-notes-in-other-voices-tp134998p135000.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