lilypond-user
[Top][All Lists]
Advanced

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

RE: How do you align a "segno" over a Repeat Sign?


From: Fairchild
Subject: RE: How do you align a "segno" over a Repeat Sign?
Date: Thu, 13 Jul 2006 15:22:46 -0500

Haven't stumbled on the terminology you want, but this snippet may show a
way to get the result you want.

%%%%%%%%%%%%%

{ R1*12 \bar "||:" \break
\once\override Script   #'extra-offset = #'(4.0 . 4.0)
c''1 \segno R1*11 }

%%%%%%%%%%%%%

Seems \segno won't attach to a rest.

HTH

                                - Bruce

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Saturday, July 01, 2006 6:34 PM
To: address@hidden
Subject: Re: How do you align a "segno" over a Repeat Sign?


>Remove the "\once ..." line which is what is causing the offset?

No it's not causing the offset, because it doesn't even work.  The code is
wrong in that line.  When it is commented out the Segno Sign is to the right
of the repeat sign on top of a chord symbol.  I need to move it to the left
and up.  Perferable on top of the repeat sign.  But I don't know the correct
terminology to address the segno sign to offset it.  

-----Original Message-----
>From: Paul Scott <address@hidden>
>Sent: Jul 1, 2006 3:25 PM
>To: address@hidden
>Cc: address@hidden
>Subject: Re: How do you align a "segno" over a Repeat Sign?
>
>address@hidden wrote:
>> % ****************************************************************
>> % Beginning of the actual notation code
>> % ****************************************************************     
>> % Melody - Line 1
>>         R1*12 \bar "||" \break
>> \once \override Score.RehearsalMark scripts.segno #'extra-offset =
#'(-2.0 . 0.0)
>> \mark \markup { \musicglyph #"scripts.segno" } \bar "|:"
>>
>> Right now the Segno is to the right of the Repeat sign
>> Ideally I would like it over the top.
>>
>> I don't know the correct terminologly and after researching the docs, I
haven't come up with anything either.
>Remove the "\once ..." line which is what is causing the offset?
>
>Paul Scott
>
>



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user







reply via email to

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