> I also worked out a not so simple solution for circled reharsal marks:
> 
> \mark "{\\font\\twelverm=cmbx12\\twelverm{%
> \\raisebox{2mm}{%
> \\setlength{\\unitlength}{1mm}%
> \\begin{picture}{7,7}%
> \\put(3.5,3.5){\\circle{7.0}\\makebox(0,0){A}}%
> \\end{picture}%
> }%
> }}";
> 
> Which could be useful to others.

Seems like it's worth defining a macro \cirkledmark which 
does the job. We should add a property which specifies
the layout of the marks (plain, circled, boxed, ...).


...

> > Or, much better:
> > 
> > \score{
> >     \context Staff \notes\relative c''{
> >     c1 
> >     \context Score {
> >             % this will work with .48
> >             %\outputproperty #(make-type-checker 'Mark) 
> >             \outputproperty #(make-type-checker 'Text_item) 
> >             #'extra-offset = #'(-1 . 4)
> >     }
> >     \mark A;
> >     d1
> >     \mark ;
> >     e
> > }
> > \paper{
> >     linewidth=-1.0;
> >     \translator {
> >             \ScoreContext
> >             \consists "Mark_engraver";
> >     }
> > }
> > }
> > 
> 
> This is for me not so easy to understand but I will try to figure
> out what these commands do and to give them a try.

Don't try them with 1.2.17, though. These features were introduced
in 1.3.x.

    /Mats


Reply via email to