Hi,

I'll keep that in mind, some more brain cells needed.

Meanwhile, I simply replaced the textmarks by \tempo commands, this is not
wrong, they're tempo hints anyway. And those only appear once in the score.

Also, I'm thinking about using functions which just appear in parts or score.
Like:

%%% BEGIN
partMark =
#(define-music-function
     (string)
     (string?)
   (if (defined? 'Clarinet)
     #{ \textMark \markup { \italic \fontsize #-1.0 #string } #}
     #{ #}
   )
)
%%% END

Similarly, "scoreMark".

(The variable "Clarinet" is undefined in the score .ly, so I can check this
for existence).

Kieren MacMillan wrote:

> For more details, search for phrases like “ScoreMarks” or ”MarkLine” in the
> archives.

Best regards
Michael

Reply via email to