Hello,

I need to indicate that a note should be played with the right hand in a two-voice piano texture. I'm using an L shape mark, like this:

\version "2.14.2"

noteText = {
  \once \override TextScript #'Y-extent = #'(3 . -3)
  \once \override TextScript #'padding = #-0.5
  \once \override TextScript #'staff-padding = ##f
}

RH = #'((moveto -0.5 0) (lineto -1 0) (lineto -1 2))


\relative c' {
  << { \noteText b'4 ^\markup { \path #0.1 #RH } } \\
     { e,2 }
  >>
}

How would I combine the two commands, noteText and RH, into a single command?

Thanks!
Edward

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to