lilypond-user
[Top][All Lists]
Advanced

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

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative


From: Kenneth Wolcott
Subject: Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?
Date: Sun, 18 Sep 2022 12:59:04 -0700

Hi Valentin;

  Thank you.

  Regarding point #1, I don't understand what (how to) to change it so
that it is Score level.  Would I place the same command inside the
\layout {} block inside the \score section?  Do I invoke it in the
same way?

  Regarding point #2, I'm still trying to understand the new repeat
features, so I'm putting that off for now.

Thanks,
Ken


On Sun, Sep 18, 2022 at 11:04 AM Valentin Petzel <valentin@petzel.at> wrote:
>
> Hi Ken,
>
> note that it would be reasonable to create these Marks on a Score level, not
> on a Staff level.
>
> If you are using a sufficiently recent development version you can also make 
> use
> of the \repeat segno function, somewhat like this:
>
> \version "2.23.12"
>
> \layout {
>   \context {
>     \Score
>     \override JumpScript.direction = #UP
>   }
> }
>
> \new PianoStaff <<
>   \new Staff s1*6
>   \new Staff {
>     \repeat segno 2 {
>       \repeat volta 2 {
>         c'4 d' e' f'
>         \alternative {
>           { g'2 f' } { g'1 \fine }
>         }
>       }
>       \repeat volta 2 {
>         c'4 d' e' f'
>         \alternative {
>           { g'2 f' } { g'1 }
>         }
>       }
>     }
>   }
> >>
>
> (note how although the marks are defined in the lower Staff they are displayed
> above the upper one, since they are created on a Score level).
>
> Cheers,
> Valentin
>
> Am Sonntag, 18. September 2022, 19:00:23 CEST schrieb Kenneth Wolcott:
> > Hi Knute;
> >
> >   Thank you for reminding me to share :-)
> >
> >   I did not find a precise search phrase that I should have used but
> > "Controlling the vertical ordering of scripts" in the Notation
> > Reference comes close; reading the entire section helped.
> >
> >   What I saw there reminded me of what I had been shown before, so I
> > looked in my previous engravings and I found what I needed.
> >
> >   Here is my markup command that I had used previously but could not
> > remember how to search for it:
> >
> > fine = -\tweak outside-staff-priority #605 ^\markup { \fontsize #3 "Fine" }
> >
> >   So I was able to solve my problem, but I still don't have a precise
> > search phrase that results in information that more closely matches
> > that which I had been shown to me on this mailing list previously.
> >
> >
> > Thanks,
> > Ken
> >
> > On Sun, Sep 18, 2022 at 6:29 AM Knute Snortum <ksnortum@gmail.com> wrote:
> > > On Sat, Sep 17, 2022 at 9:36 PM Kenneth Wolcott
> > >
> > > <kennethwolcott@gmail.com> wrote:
> > > > HI;
> > > >
> > > >   I found what I was looking for; sorry to waste your time...
> > >
> > > Why not share what you found so others can learn from it?
> > >
> > >
> > > --
> > > Knute Snortum
>



reply via email to

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