lilypond-user
[Top][All Lists]
Advanced

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

Re: Upside-down down bow symbol


From: Kieren MacMillan
Subject: Re: Upside-down down bow symbol
Date: Sun, 17 Aug 2008 11:10:48 -0400

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.




reply via email to

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