lilypond-user
[Top][All Lists]
Advanced

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

Re: "Hide" the tagline


From: Klaus Blum
Subject: Re: "Hide" the tagline
Date: Mon, 27 Feb 2017 10:55:55 -0700 (MST)

Urs Liska wrote
> I'm looking for a way to "externally" hide the tagline, i.e. by either
> making it transparent or colouring it white.

Coloring white leaves invisible but useless stuff at the bottom. 
So maybe better:

% ---------------------- color.ily ----------------------------
#(define-markup-command (tagline-color layout props text)
   (markup?)
   (interpret-markup layout props
     #{
       \markup{ \transparent $text }
     #}))
% -------------------------------------------------------------

% ====================== main document ========================
\paper {ragged-last-bottom = ##f}
\header {
  tagline = \markup \tagline-color { use \rotate #90 sooooooooooooooooooooo
much space }
}
{
  \repeat unfold 10 {c'1 \break}
}
% =============================================================



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



reply via email to

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