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: Aaron Hill
Subject: Re: Rehearsal mark and fermata over bar line
Date: Tue, 11 May 2021 10:42:40 -0700
User-agent: Roundcube Webmail/1.4.9

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]