Hi Joe,

 

A Baroque player myself, we only use toes. :)

 

This? [It's easy to see how to invert the symbols - I was not sure which way
up you want.]

 

Andrew

 

=== snip

 

\version "2.19.49"

 

#(define-markup-command (pedal-sub layout props)()

     (interpret-markup layout props

       #{

         \markup {

           \fontsize #-3

           \concat

           \vcenter {

             \musicglyph #"scripts.upedaltoe" "-" \hspace #0.1 \musicglyph
#"scripts.upedalheel"

           }

        }

       #}))

 

pedalSub =

#(define-scheme-function ()()

   #{ \markup \pedal-sub #})

 

{

  c''^\pedalSub

  c''_\pedalSub

  \voiceOne c''-\pedalSub

 

== snip

 

 

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

Reply via email to