lilypond-user
[Top][All Lists]
Advanced

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

Re: grace notes and ledger lines


From: Noeck
Subject: Re: grace notes and ledger lines
Date: Mon, 13 Jan 2014 21:50:31 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Gilberto,

here are some tweaks that I consider to look better than the default
(one for the 16th and two options for the 32th notes):

\version "2.17.95"
{
  \override Beam.length-fraction = #0.69
  \override Beam.positions = #'( -3.91 . -3.91)
  \slashedGrace {c32 c c c}
  \revert Beam.length-fraction
  \revert Beam.positions
  c[ c c c]

  \override Beam.positions = #'( -2.91 . -2.91)
  \slashedGrace {c64 c c c}
  \revert Beam.positions
  c[ c c c]

  \override Beam.length-fraction = #0.62
  \override Beam.positions = #'( -3.4 . -3.4)
  \slashedGrace {c64 c c c}
  \revert Beam.length-fraction
  \revert Beam.positions
  c[ c c c]
}

Not perfect either but perhaps also helpful.

Cheers,
Joram



reply via email to

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