Hi Richard,

As David said, you can define a new markup command:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/ Align#index-g_t_005crotate_002dmarkup-2852

Alternatively, you can simply rotate the Script inline:

    \version "2.11.34"
    invertDB = \once \override Script #'rotation = #'(180 0 0)
    \score { \relative c' { c\downbow \invertDB c\downbow } }

Hope one of these helps!
Kieren.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to