lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RH separation mark


From: eluze
Subject: Re: RH separation mark
Date: Tue, 21 Aug 2012 07:29:06 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]