Howdy!
I can't get
^\markup {\raise #4.0 sometext} et. al.
to work at all.
Is this implemented in 2.2.0 or is it a bug, or
do I just not understand the examples/docs? The source "compiles" fine
but has no effect. There are workarounds like
^""^""^""^\markup
but they is ugly.
Here is a manufactured example to demonstrate.
The pdf can be found at
http://www.linuxsweet.com/bug/bug.pdf
\version "2.2.0"
\paper {
raggedright = ##t
}
one = \context Voice=one \notes \relative c'' {
\voiceOne
\clef treble
\time 3/4
\stemUp
% d4^\markup {\raise #0.0 \bold RAISEME} d d |
% d4^""^""^\markup {\raise #0.0 \bold RAISEME} d d |
d4^\markup {\raise #4.0 \bold RAISEME} d d |
% d4^\markup {\raise #-4.0 \bold RAISEME} d d |
}
two = \context Voice=two \notes \relative c' {
\voiceTwo
\clef treble
\time 3/4
\stemDown
a4 a a
}
three = \context Voice=three \notes \relative c {
\voiceThree
\clef bass
\time 3/4
\stemUp
fis4 fis fis
}
four = \context Voice=four \notes \relative c, {
\voiceFour
\clef bass
\time 3/4
\stemDown
d2.
}
\score {
\notes \context GrandStaff <<
\context Staff = Upper <<
\key d\major
\one
\two
>>
\context Staff = Lower <<
\key d\major
\three
\four
>>
>>
}
_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user