lilypond-user
[Top][All Lists]
Advanced

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

Re: Ricochet bowing articulations


From: Pierre Perol-Schneider
Subject: Re: Ricochet bowing articulations
Date: Thu, 31 Oct 2019 19:45:58 +0100

Hi Ben,
How about:

\version "2.19.83"

#(define-markup-command (ricochet layout props nb spce) (integer? number?)
  (interpret-markup layout props
    #{ \markup {
          " "
          \overtie\concat {
            " " \pattern #nb #X #spce \musicglyph #"dots.dot"
            " "
          }
        } #}))

{
  d''^\markup\ricochet #7 #1 s s s
  d''^\markup\ricochet #3 #3
}

HTH, cheers,
Pierre

Le jeu. 31 oct. 2019 à 15:45, Ben <address@hidden> a écrit :

Good morning!

How would it be possible to create the attached ricochet articulation in LilyPond?

Also, I'm looking for a way to be able to modify the dots in two ways, for example: add/remove the number of dots (3-6) per articulation instance, and add some space in between several of the dots to suggest a certain 'rhythm' to the ricochet.

Any suggestions would be appreciated. :)

Thanks!


reply via email to

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