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 10:26:31 -0800

Kevin,

Yes that should work. Thanks for pointing out the "piece" just meant
right-aligned. Corrected my thinking.

Mark

-----Original Message-----
From: Kevin Barry [mailto:address@hidden] 
Sent: Sunday, January 26, 2020 11:47 PM
To: Mark Stephen Mrotek <address@hidden>
Cc: address@hidden
Subject: Re: Location of Form Desination

On Sun, Jan 26, 2020 at 10:54:27PM -0800, Mark Stephen Mrotek wrote:
> Hello All,
> 
>  
> 
> In 18th 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?

LilyPond has a header that can be added to any score with \header.

Does something like this do what you want?

\score {
  \relative {
    \tempo "Allegro"
    c'1
  }
  \header {
    piece = "Rondo"
  }
  \layout {
    indent = 0
  }
}

In the \header, "piece" has no significance other than having a default
placement on the left. There is more information about the other information
you can set in the header here:
http://lilypond.org/doc/v2.18/Documentation/notation/creating-titles-headers
-and-footers#default-layout-of-bookpart-and-score-titles




reply via email to

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