lilypond-user
[Top][All Lists]
Advanced

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

After graces play nicely with proportional notation in 2.11.3


From: Trevor Bača
Subject: After graces play nicely with proportional notation in 2.11.3
Date: Wed, 20 Dec 2006 13:37:45 -0600

Hi,

This is kind of an antibugreport or, perhaps, a cool feature report.

2.11.3 fixes things with afterGrace described in issue 176:

 http://code.google.com/p/lilypond/issues/detail?id=176&can=1&q=

2.11.3 supports, therefore, opposite-stem after graces interspersed
between manually beamed notes at any position, all together with the
different propotional notation settings. See pic.

%%% BEGIN %%%

\version "2.11.3"

\layout { indent = #0
  ragged-right = ##t
}

\new Staff \with {
  \remove Time_signature_engraver
} {
  \set Score.proportionalNotationDuration = #(ly:make-moment 1 32)
  \override Score.SpacingSpanner #'uniform-stretching = ##t
  \override Score.SpacingSpanner #'strict-note-spacing = ##t
  \override Score.SpacingSpanner #'strict-grace-spacing = ##t
  \override Stem #'direction = #down
  \afterGrace c'8 [ { c'32 [ c'32 c'32 c'32 ] } c'8 c'8 c'8 ]
  c'8 [ \afterGrace c'8 { c'32 [ c'32 c'32 c'32 ] } c'8 c'8 ]
  c'8 [ c'8 \afterGrace c'8 { c'32 [ c'32 c'32 c'32 ] } c'8 ]
  c'8 [ c'8 c'8 \afterGrace c'8 ] { c'32 [ c'32 c'32 c'32 ] }
}

%%% END %%%

If you work with the proportional notation package, this is a very
cool improvement.


--
Trevor Bača
address@hidden

Attachment: graces.png
Description: PNG image


reply via email to

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