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: Wim van Dommelen
Subject: Re: Script objects avoid notes in other voices?
Date: Thu, 18 Oct 2012 12:20:21 +0200

Use the tags for this problem, not different voices at all!

Daniel's example modified:

\version "2.16.0"

music = \relative c'' {
  <b g'>-\tag #'part \upbow
  <d d,>-\tag #'part \downbow
}

\keepWithTag #'part { \music }

Using this will NOT print the tagged strings in the score. Multiple tags are possible, see the Notation Reference for more details.

Regards,
Wim.


In the music:
On 18 Oct 2012, at 00:21 , David Kastrup wrote:

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


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




reply via email to

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