> Johannes Roeßler <[email protected]> hat am 10. Januar 2018 um 16:50 geschrieben:
>
>
> 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?
Hi Johannes,
> ----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?
You could try
----8<--------
\version "2.19.58"
music = \relative {
g'8. c32 \tag #'dyn {<>\p } d c32 d
}
\score {
\keepWithTag #'dyn \music
}
--->8----------------
Kind regards,
Michael
--
Michael Gerdau email: [email protected]
GPG-keys available on request or at public keyserver
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user