lilypond-user
[Top][All Lists]
Advanced

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

Grace notes & Co, style question


From: Menu Jacques
Subject: Grace notes & Co, style question
Date: Tue, 23 Jan 2018 16:39:52 +0100

Hello folks,

The example below illustrates the possibilities in LilyPond, and there are several ways to obtain the same graphics appearance, such as acciaccatura and slashedGrace slurred.

As a matter of style, are some of them to be preferred/avoided?

Thanks for your help!

JM



%%%%%%%%%%%%%

\version "2.19.80"

\layout {
  indent = 0\cm
}

\fixed c'' {
  \omit Staff.TimeSignature

  \grace { d16 } c1
  \acciaccatura { d16 } c1
  \slashedGrace { d16 } c1
  \appoggiatura { d16 } c1

  \break

  \grace { d16 ( } c1 )
  \acciaccatura { d16 ( } c1 )
  \slashedGrace { d16 ( } c1 )
  \appoggiatura {  d16 ( } c1 )
}

\addlyrics {
  \set stanza = #"1. "
  grace acciaccatura slashedGrace appoggiatura
  grace acciaccatura slashedGrace appoggiatura
}

\addlyrics {
  \set stanza = #"2. "
   "" " " " " " "
  slurred slurred slurred slurred
}

%%%%%%%%%%


reply via email to

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