lilypond-user
[Top][All Lists]
Advanced

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

Re: optional Dynamics with tag#?


From: David Kastrup
Subject: Re: optional Dynamics with tag#?
Date: Wed, 10 Jan 2018 16:59:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Johannes Roeßler <address@hidden> writes:

> Dear Lilypondians ;)
>
> another day another question - I try to make optional dynamics for a
> critical edition,
> is it possible, that just dynmaics signs can't be toggled with tags?
>
> ----8<--------
>
> \version "2.19.58"
>
> music = \relative {
>   g'8. c32 d \tag #'dyn {\p } c32 d
>  }
> \score {
>   \keepWithTag #'dyn \music
> }

Instead of \tag #'dyn {\p } you need to write -\tag #'dyn \p namely use
a - in front to mark the tag call as post-event and omit { } which can
only be used around sequential music, not post events.

> --->8----------------
>
> Do I really have to use
>
> \tag #'dyn {a4\p} \tag#'nodyn {a4}
>
> and than either \keepWithTag #'dyn \music or \keepWithTag #'nodyn \music?

Says who?

-- 
David Kastrup



reply via email to

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