lilypond-user
[Top][All Lists]
Advanced

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

Re: Location of Form Desination


From: Timothy Lanfear
Subject: Re: Location of Form Desination
Date: Mon, 27 Jan 2020 18:27:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1


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]