lilypond-user
[Top][All Lists]
Advanced

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

RE: Follow-up: organ pedal toe-to-heel shift


From: Andrew Bernard
Subject: RE: Follow-up: organ pedal toe-to-heel shift
Date: Thu, 3 Nov 2016 16:34:23 +1100

Hi Joe,

 

A Baroque player myself, we only use toes. J

 

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

 

 


reply via email to

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