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

maybe with \tweak:

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

myTweak =  {
  \tweak #'Y-extent #'(3 . -3)
  \tweak #'padding #-0.5
  \tweak #'staff-padding ##f
  - \markup { \path #0.1 #RH }
}
\relative c' {
  <<
    { b'4 \myTweak }
    \\
    { e,2 }
  >>
}

I reckon there are still other ways…

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RH-separation-mark-tp130970p131033.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to