lilypond-user
[Top][All Lists]
Advanced

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

RE: "D.C. al Fine" best practice


From: Mark Stephen Mrotek
Subject: RE: "D.C. al Fine" best practice
Date: Mon, 13 May 2019 17:40:47 -0700

Strephan,

How about:

\version "2.19.83"

melody = \relative c' {
  c4 d e f^\markup {\center-align \bold "Fine"} \bar "||" |
  g8 g a f g g g4\fermata^\markup {\right-align \bold "D.C. al Fine"} \bar
"|." }

\score {
  \melody
  \layout { }
}

Mark

-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Monday, May 13, 2019 8:46 AM
To: lilypond-user <address@hidden>
Subject: "D.C. al Fine" best practice

Hi folks

I can imagine several ways of displaying / tweaking / formatting "Fine"
and "D.C. al Fine" markups. Probably the simplest might be:

\version "2.19.83"

melody = \relative c' {
  c4 d e f \bar "||" \mark \markup {Fine}|
  g8 g a f g g g4\fermata \bar "|." \mark \markup { "D.C. al Fine"} }

\score {
  \melody
  \layout { }
}

According to my score reading and interpreting experience,
* the markups are usually set in bold letters an horizontally right- aligned
to the bar line;
* "Fine" should stay in the first bar on the first line as it is not a
rehearsal mark

As always I'm aiming to make use of Lilypond's great default engraving
capabilities the most possible with as few tweaks, "intransparent" lines of
code, and absolute positionings etc. as possible.

Which is your recommended "good" way? What's your experience?

TIA
Stephan

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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