Hi George,

On Sat, Dec 10, 2011 at 11:56 AM, George_ <georgexu...@gmail.com> wrote:

Only...I can't figure out how to make it move up or down. If someone could
> help me with this I'd really appreciate it.


This adds another argument to the function which will move the markup up or
down:

 \version "2.15.16"

dwn =
#(define-music-function (parser location note offset) (ly:music? number?)
 #{ \once \override Voice.Accidental #'stencil =
      #ly:text-interface::print
    \once \override Staff.AccidentalPlacement #'right-padding = #2
    \once \override Voice.Accidental #'text =
      \markup {
      \halign #-1 \translate #(cons 0 $offset) \musicglyph
#"custodes.mensural.u0"
      }
    $note #})

\dwn g! #1

Hope this helps--

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

Reply via email to