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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to