lilypond-user
[Top][All Lists]
Advanced

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

Re: Script objects avoid notes in other voices?


From: Eluze
Subject: Re: Script objects avoid notes in other voices?
Date: Wed, 17 Oct 2012 14:58:04 -0700 (PDT)

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.



reply via email to

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