lilypond-user
[Top][All Lists]
Advanced

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

#'extra-offset not working


From: David Bobroff
Subject: #'extra-offset not working
Date: Sat, 23 Feb 2008 00:12:34 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

I'm having a weird problem. In the following example I'm able to move a rehearsal mark but not a \markup. Am I missing something or is this some sort of bug?

-David

%%***** BEGIN LILYPOND *****

\version "2.11.40"

\score {
        \relative c {
        \set Score.skipBars = ##t
        \once \override Score.TextScript #'extra-offset = #'(0 . 4)     
        R1*4^\markup{"some text taking up space"}
        \once \override Score.RehearsalMark #'extra-offset = #'(0 . -4)
        \mark \default
        R1*4
        }
}

\paper {
        ragged-right = ##t
}


%%***** END LILYPOND *****




reply via email to

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