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: David Kastrup
Subject: Re: Script objects avoid notes in other voices?
Date: Thu, 18 Oct 2012 00:21:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Daniel Rosen <address@hidden> 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




reply via email to

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