On Mon, 13 Sep 2004 18:32:40 -0700
Graham Percival <[EMAIL PROTECTED]> wrote:

> On 13-Sep-04, at 6:26 PM, [EMAIL PROTECTED] wrote:
> 
> > I am using version 2.2.2 and am getting errors when trying to
> > position a
> > segno symbol. Seems this worked okay in 2.0, I can't find any new
> > info on what may have changed.
> 
> Have you read the NEWS file?
> 
> 
> >   \property Score.RehearsalMark \set #'extra-offset = #'( -3 . 2 )
> 
> I believe that all these lines should be
> \set Score.RehearsalMark #'exra-offset blah blah
> or
> \override Score.Rehearsal...
> 
> Cheers,
> - Graham

Thanks Graham,
I found I need to do this:

  \override Score.RehearsalMark #'extra-offset = #'( 3 . 2 ) 
  a4^\markup {\musicglyph #"scripts-segno"}
  \override Score.RehearsalMark  #'print-function =
   #(make-stencil-boxer .15 .3 .3 Text_item::print)
  \repeat volta 2 { \mark "A"

Problem now is that Score.ReheasralMark moves the "A" not the segno. The
"A" is exactly where it should be, the segno I want to move to the left
a bit. So, Score.RehearsalMark is no the correct way to do that, I tried
Score.MusicGlyph but that results in MusicGlyph is not a grob. 

What is the correct grob name to use for the segno and how do I
determine this for future reference?

Regards,
chip


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to