Daniel Rosen <drose...@gmail.com> writes:

> 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):

Don't do that.  Put them in the same voice, or they won't combine well.

> \version "2.16.0"

> <<
>
> \new Voice { \music }
>
> \new Voice { \bowing }
>
> >>

rather use

\new Voice << \music \bowing >>

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to