Am 08.11.18 um 16:00 schrieb pablocordal:
Hi everyone!
I really have a special need with this function we have been talking about:
annotatedSlur =
#(define-music-function (parser location padding text) (number? markup?)
#{
\once \override Slur.after-line-breaking =
#(lambda (g
Hi everyone!
I really have a special need with this function we have been talking about:
annotatedSlur =
#(define-music-function (parser location padding text) (number? markup?)
#{
\once \override Slur.after-line-breaking =
#(lambda (grob)
(let*
((stencil (ly:slur::
Am 05.11.2018 um 11:05 schrieb Urs Liska:
Hi Pablo,
Am 04.11.2018 um 09:36 schrieb Pablo Cordal:
Hi to everyone from Spain,
I have got a special need with lilypond. I need to add text to slurs
for educational purposes, I'm a music teacher and I'd like to add
information to musical phrases
Hi Pablo,
Am 04.11.2018 um 09:36 schrieb Pablo Cordal:
Hi to everyone from Spain,
I have got a special need with lilypond. I need to add text to slurs
for educational purposes, I'm a music teacher and I'd like to add
information to musical phrases.
I have recently written a function (with
Hi to everyone from Spain,
I have got a special need with lilypond. I need to add text to slurs for
educational purposes, I'm a music teacher and I'd like to add information
to musical phrases. The code:
\version "2.18.2"
#(ly:set-option 'midi-extension "midi")
\header {}
\score {
<<
\ne
Hi to everyone from Spain,
I have got a special need with lilypond. I need to add text to slurs for
educational purposes, I'm a music teacher and I'd like to add information
to musical phrases. The code:
\version "2.18.2"
#(ly:set-option 'midi-extension "midi")
\header {}
\score {
<<
\ne