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

Reply via email to