lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with /property


From: chip
Subject: Re: problem with /property
Date: Mon, 13 Sep 2004 20:14:18 -0700

On Mon, 13 Sep 2004 18:32:40 -0700
Graham Percival <address@hidden> wrote:

> On 13-Sep-04, at 6:26 PM, address@hidden 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




reply via email to

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