Updates:
        Status: Started
        Owner: [email protected]
        Labels: Patch-new

Comment #1 on issue 3174 by [email protected]: Add native support of pitched ornamentations
http://code.google.com/p/lilypond/issues/detail?id=3174#c1

Issue 3174: Implement \accidental markup and \pitched command for transposable accidental markups

This is a building block for creating pitched ornaments behaving
sensibly under transposition.

It would be arguable to define \pitched differently so that it works
only on ornaments and does the stacking itself, like
c^\pitched\trill des

and instead give the current version of \pitched a name like \pitchify.

As it stands, here are the implemented meanings:

\accidental markup:
Draw an accidental based on the @var{pitch} property of the causing
event.  This is typically set in music using the (transposable)
@code{\pitched} command, like

@lilypond[verbatim,quote]
melody = \relative c'
  { \key c\major c2^\trill^\pitched des -\markup \accidental d! }
\new Staff { \melody }
\new Staff { \transpose c' e' \melody }
@end lilypond

\pitched music function: arguments pitch and music:
"Give @var{music} a pitch of @var{pitch}.

http://codereview.appspot.com/7323060

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to