On Thursday, 27 April 2000, "Antonio Palama'" writes:
> I have unsuccesfully tried to fine tune \mark with instructions like
> 
> \mark "\\raise 2mm \\hbox{Andante}"
> 
> \mark "\\raise 3mm \\fbox{A}"
> 
> but I get nothing in the 1st case and an empty box in the second.

You should use outputproperties, like this:


\score{
\context Staff \notes\relative c''{
        c1 
        % urg; I vote for different items for text, dynamics, marks etc.
        %\outputproperty #(make-type-checker 'Mark) #'extra-offset = #'(2 . 4)
        \outputproperty #(make-type-checker 'Text_item) #'extra-offset = #'(-4 . 10)
        \mark A;
        d
        \mark ;
        e
}
\paper{
        \translator {
                \ScoreContext
                \consists "Mark_engraver";
        }
}
}

but you should use a 1.3.27 < version < 1.3.34/35/36 or so, this feature has 
been broken for a while, I'll add it to the regtest document now ...

> Another problem I'm facing is the switching between different times in the
> same score. I can switch between
> 
> \time 4/4;

set property timeSignatureStyle = "C" or "C/2"

Btw, (Mats?) why cant timeSignatureStyle be "", or "empty" or "transparent"?

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to