lilypond-es
[Top][All Lists]
Advanced

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

Re: [lilypond-es] flechas


From: Francisco Vila
Subject: Re: [lilypond-es] flechas
Date: Tue, 7 Jan 2014 02:31:32 +0100

¡Perdón! se me olvidaba el código.

\version "2.17.26"


#(define-markup-command (arrow-to-right layout props length)

(number?)

(interpret-markup layout props

(markup

#:concat (#:draw-line (cons length 0)

#:arrow-head X RIGHT #t))))


BarLineMarkup = \markup \with-dimensions #'(-10 . 0) #'(0 . 0) {

\arrow-to-right #1

}


arrowBarLine = {

\once \override Staff.BarLine #'stencil =

#(lambda (grob)

(ly:stencil-combine-at-edge

(ly:bar-line::print grob)

X RIGHT

(grob-interpret-markup grob BarLineMarkup)

0))

}



\score {

\new Staff {

a'1 \repeat volta 2 { a'16[ \f \> a' a' a'] a'[ a' a' a' ] }

\arrowBarLine

\cadenzaOn

\hide f''1 \p a'1

}

}



--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

Attachment: document.png
Description: PNG image


reply via email to

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