Hi Kieren: Thanks for your simple but practical solution.
Joe -----Original Message----- From: Kieren MacMillan [mailto:[email protected]] Sent: Thursday, February 25, 2016 4:10 PM To: Joseph N. Srednicki <[email protected]> Cc: Lilypond-User Mailing List <[email protected]> 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: [email protected] _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
