lilypond-user
[Top][All Lists]
Advanced

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

Re: Globally change organ pedal articulations


From: Kieren MacMillan
Subject: Re: Globally change organ pedal articulations
Date: Thu, 25 Feb 2016 16:09:37 -0500

Hi Joseph,

> I would like to change the following:
> \ltoe = ^ (wedge symbol) that appears below the staff (instead of the 
> inverted wedge)
> \lheel  = horseshoe symbol (upside down u) that appears below the staff 
> (instead of the inverted horseshoe)

Is there any reason why you don’t just use \rtoe and \rheel?

In any case, I think you can just redefine the macros:

\version "2.19"

ltoe = \rtoe
lheel = \rheel

fixedmusic = {
  f'4_\ltoe f'^\rtoe f'_\lheel f'^\rheel
}

\score {
  \fixedmusic
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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