lilypond-user
[Top][All Lists]
Advanced

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

RE: Location of Form Desination


From: Mark Stephen Mrotek
Subject: RE: Location of Form Desination
Date: Mon, 27 Jan 2020 12:57:30 -0800

Timothy,

Thank you. Shall try it.

Mark

-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=address@hidden] On Behalf Of
Timothy Lanfear
Sent: Monday, January 27, 2020 10:28 AM
To: address@hidden
Subject: Re: Location of Form Desination


On 27/01/2020 06:54, Mark Stephen Mrotek wrote:
>
> Hello All,
>
> In 18^th C piano music some movements have a “header” that describes 
> the form, e.g., Rondo, Minuetto.
>
> This designation is to the left above any tempo marking.
>
> What commands can I use to achieve this?
>
> Thank you for your kind attention.
>
> Mark Stephen Mrotek
>
I do it like this

movement =
#(define-music-function (mvt) (string?)
#{
   \once \override Score.RehearsalMark.break-align-symbols = #'(left-edge)
   \once \override Score.RehearsalMark.self-alignment-X = #LEFT
   \once \override Score.RehearsalMark.Y-offset = 7
   \once \override Score.RehearsalMark.font-size = 3
   \mark \markup #mvt
#}
)

{
   \movement "Finale"
   c'4 e'4 g'4 c''4 |
}



--
Timothy Lanfear, Bristol, UK.





reply via email to

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