lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 3174: Implement \accidental markup and \pitched command for tr


From: thomasmorley65
Subject: Re: Issue 3174: Implement \accidental markup and \pitched command for transposable accidental markups (issue 7323060)
Date: Wed, 13 Feb 2013 23:27:55 +0000

On 2013/02/13 22:56:30, Trevor Daniels wrote:
I definitely prefer the alternative you suggest in para 3.
You would not then need the warning, which is only necessary due to
the
complicated 2-stage interface.

I'd second.

Regarding:

melody =
\relative c' {
        %\override Script #'script-priority = #-100
        %\override TextScript #'script-priority = #100
        \key c\major
        c2^\trill^\pitched des
          -\markup
             \accidental
        d!
        c2^\prallprall^\pitched des
          -\markup  % \fontsize #-6 \translate #'(0.6 . 0)
             \accidental
        d!
}
\new Staff { \melody }
\new Staff { \transpose c' e' \melody }

Without the commented commands, TextScript and Script are switching
their positions and aren't well aligned (worse while using \prallprall).

Rather a matter of documentation/example.

https://codereview.appspot.com/7323060/



reply via email to

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