lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup text through transparent barline


From: Graham Percival
Subject: Re: Markup text through transparent barline
Date: Wed, 06 Sep 2006 16:07:05 -0700
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

That's a neat trick! Michael, could you add it to LSR so that other people can find it easily?
http://lsr.dsi.unimi.it/

- Graham

Kieren MacMillan wrote:
Hi, Michael:

Is there a way to write a text markup that causes part of the barline to be transparent?

Might I recommend either \whiteout (see example, below) or \box (with correct padding, fill, etc.)?

Best regards,
Kieren.

%%%  CODE BEGINS
\version "2.9.14"

stuff = \relative
{
    \override TextScript #'extra-offset = #'(0 . -2)
    c'2^\markup { "test" }
    c2^\markup { \whiteout "test" }
    c2^\markup { \whiteout "test" }
}

\score
{
    \stuff
}
%%%  CODE ENDS


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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