[EMAIL PROTECTED] writes:
> 
> You should use outputproperties, like this:
> 
> 
> \score{
> \context Staff \notes\relative c''{
>       c1 
>       \outputproperty #(make-type-checker 'Text_item) #'extra-offset = #'(-4 . 10)


rather use

        \context Score
                \outputproperty #(make-type-checker 'Text_item)
                #'extra-offset = #'(-4 . 10)

>       % urg; I vote for different items for text, dynamics, marks etc.
>       %\outputproperty #(make-type-checker 'Mark) #'extra-offset = #'(2 . 4)


make-type-checker looks at the "interfaces" field of a score element.
You should change the engravers to add appropriate symbols.

> > \time 4/4;
> 
> set property timeSignatureStyle = "C" or "C/2"
> 
> Btw, (Mats?) why cant timeSignatureStyle be "", or "empty" or "transparent"?

I vote against this. "transparent" or "empty" should be done via
another property (or via \outputproperty).  This makes more sense from
an implementation point of view, and I think it is more logical as well.

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to