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: Kieren MacMillan
Subject: Re: Markup text through transparent barline
Date: Sun, 13 Aug 2006 22:34:07 -0400

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




reply via email to

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