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
}

%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to