lilypond-user
[Top][All Lists]
Advanced

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

optional Dynamics with tag#?


From: Johannes Roeßler
Subject: optional Dynamics with tag#?
Date: Wed, 10 Jan 2018 16:50:30 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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
}

--->8----------------

Do I really have to use

\tag #'dyn {a4\p} \tag#'nodyn {a4}

and than either \keepWithTag #'dyn \music or \keepWithTag #'nodyn \music?

Cheers Joei


reply via email to

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