lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Fwd: Répétiton d'une articulation sur une abréviation rythmique


From: NOreply
Subject: Re: Fwd: Répétiton d'une articulation sur une abréviation rythmique
Date: Mon, 25 Jun 2018 12:51:38 -0700 (MST)

....avec des "larmes:
tongue =
#(define-music-function (parser location dots) (integer?)
  #{
    \tweak stencil
      #(lambda (grob)
        (let ((stil (ly:script-interface::print grob)))
          (let loop ((count (1- dots)) (new-stil stil))
            (if (> count 0)
                (loop (1- count)
                      (ly:stencil-combine-at-edge new-stil X RIGHT stil
0.2))
                (ly:stencil-aligned-to new-stil X CENTER)))))
     \staccatissimo
  #})

\relative c' {
  \tuplet 3/2 { \repeat tremolo 3 c8-\tongue #4 }
}





--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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