how to make dynamic+markup behave like dynamic

2006-05-24 Thread Kieren Richard MacMillan
Hello, all! Considering the following code: %% CODE BEGINS \version 2.9.5 \paper { line-width = 4\in indent = 0\in } \relative { \override Staff.TimeSignature #'stencil = ##f c1\p\ c\!\f \break c\p\ c\!_\markup { \dynamic f \italic sempre } \break

Re: how to make dynamic+markup behave like dynamic

2006-05-24 Thread Mats Bengtsson
If you read the section on Dynamics in the manual, you will find a link that provides a solution. /Mats Quoting Kieren Richard MacMillan [EMAIL PROTECTED]: Hello, all! Considering the following code: %% CODE BEGINS \version 2.9.5 \paper { line-width = 4\in indent = 0\in }

Re: how to make dynamic+markup behave like dynamic

2006-05-24 Thread Kieren Richard MacMillan
Hi, Mats! Thanks for the hint. It actually took a fairly long time to track down what I think you were sending me to track down: %%CODE BEGINS \version 2.9.5 fSempre = #(make-dynamic-script (markup #:line(#:dynamic f #:normal- text #:italic sempre ))) \paper { line-width = 4\in

Re: how to make dynamic+markup behave like dynamic

2006-05-24 Thread Kieren Richard MacMillan
Mats: Figured it out! (At least I think so -- please correct me if I'm wrong...) Thanks! Kieren. %% CODE SNIPPET BEGINS \version 2.9.5 fSempre = #(make-dynamic-script (markup #:line(#:hspace 0 #:translate ( cons 6.5 0 ) #:dynamic f #:normal-text #:italic sempre ))) subP =