lilypond-user
[Top][All Lists]
Advanced

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

\raise bug in 2.2.0??


From: Steve Shorter
Subject: \raise bug in 2.2.0??
Date: Wed, 28 Apr 2004 14:29:39 -0400
User-agent: Mutt/1.4i

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






reply via email to

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