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: Michael J Millett
Subject: Re: Markup text through transparent barline
Date: Sun, 13 Aug 2006 22:09:06 -0500

It works! And quite well! Thank you.

Now I have to ask: How did you learn this one? I haven't seen it documented or in the archives. :)

Michael




On Aug 13, 2006, at 9:34 PM, Kieren MacMillan wrote:

\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
}






reply via email to

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