lilypond-user
[Top][All Lists]
Advanced

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

Re: Roman Numeral rehearsal marks?


From: Pierre-Luc Gauthier
Subject: Re: Roman Numeral rehearsal marks?
Date: Wed, 24 Oct 2018 09:59:32 -0400

Hi Andrew,

You could try :
{
  \mark \markup \box "IV"
  c'4
}
HTH
Le mer. 24 oct. 2018 à 09:41, N. Andrew Walsh
<address@hidden> a écrit :
>
> Hi List,
>
> is there any other available format for rehearsal marks? My client wants 
> Roman numerals, and the workaround I've been using:
>
> <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } }
>
> doesn't work if the voice containing it is resting at that point (or, 
> conversely, I don't know how to ensure that the \markup is always placed on 
> the topmost stave of a system and no others).
>
> Is there a better way to do this? MWE:
>
> \version "2.19.80"
>
> \relative c'' {
>
>   a1
>
>   | %2
>   <>^\markup { \right-align \abs-fontsize #16 \bold { "IV" } }
>   a
>
>   | %3
>   b
>
> }
>
> Cheers,
>
> A
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



-- 
Pierre-Luc Gauthier



reply via email to

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