lilypond-user
[Top][All Lists]
Advanced

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

Re: Two simultaneous mark events


From: Andrew Bernard
Subject: Re: Two simultaneous mark events
Date: Sun, 19 May 2019 11:08:52 +1000

Why not just use markup for 'fine'? Position it as you wiil.

Andrew


On Sun, 19 May 2019 at 03:15, Gianmaria Lari <address@hidden> wrote:
I'm often in this situation:

\version "2.21.0"
fine = {
  \once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f)
  \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  \mark \markup \italic  "Fine"
}

\fixed c' {
    c d e f \bar "|." \fine \break 
    \mark A c c c c
}

So, I would like the text "Fine" at the end of the first measure (and in this case at the end of the line) and the rehearsal mark "A" at the beginning of the next measure (and in this case at the beginning of the second line).


reply via email to

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