Hi Urs, 

Urs Liska wrote
> Additionally it's
> equivalent to \omit and not to \hide (so it may change the layout if
> someone creates a tagline with some vertical extent.

I once read that you are used to work with include files. 
How about that: Put only the color definition into a separate include file:

% ---------------------- color.ily ----------------------------
tagline-color = #blue  % or whatever color
% -------------------------------------------------------------

% ====================== main document ========================
\include "color.ily"
\header {
  tagline = \markup \with-color \tagline-color "Here is the tagline -
visible or not"
}
{c'}
% =============================================================

Does that work?

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Hide-the-tagline-tp200532p200549.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to