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: Joseph N. Srednicki
Subject: RE: Globally change organ pedal articulations
Date: Thu, 25 Feb 2016 16:27:42 -0500

Hi Kieren:

Thanks for your simple but practical solution.

Joe
-----Original Message-----
From: Kieren MacMillan [mailto:address@hidden 
Sent: Thursday, February 25, 2016 4:10 PM
To: Joseph N. Srednicki <address@hidden>
Cc: Lilypond-User Mailing List <address@hidden>
Subject: Re: Globally change organ pedal articulations

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]