lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal mark and fermata over bar line


From: Rachel Green
Subject: Re: Rehearsal mark and fermata over bar line
Date: Fri, 14 May 2021 16:15:52 +0000

Awesome, thanks! I used the first option.
Rachel 

> On May 11, 2021, at 10:42 AM, Aaron Hill <lilypond@hillvisions.com> wrote:
> 
> On 2021-05-11 10:03 am, Rachel Green wrote:
>> Hi,
>> How can I add two marks over a bar line - both a fermata and a
>> rehearsal mark? I figured out how to do each separately, but LilyPond
>> will only show one of them.
>> Best,
>> Rachel
>> \version "2.20.0"
>> \relative c
>>  {
>>  \time 4/4
>>  \clef C
>>  c1
>>    \mark \default
>>    \mark \markup { \musicglyph #"scripts.ufermata"}
>>  r4 r4
>> }
> 
> LSR 202 [1] demonstrates how to include a segno/coda sign as part of a single 
> RehearsalMark.
> 
> LSR 575 [2] uses a hidden measure to make it appear that you have two 
> RehearsalMarks at the same point in the music.
> 
> LSR 976 [3] implements its own custom engraver to support an arbitrary number 
> of RehearsalMarks.
> 
> 
> [1]: https://lsr.di.unimi.it/LSR/Item?id=202
> [2]: https://lsr.di.unimi.it/LSR/Item?id=575
> [3]: https://lsr.di.unimi.it/LSR/Item?id=976
> 
> 
> 
> -- Aaron Hill




reply via email to

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