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

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

Re: Suite de notes répétées


From: martial
Subject: Re: Suite de notes répétées
Date: Sun, 24 Nov 2019 00:55:20 -0700 (MST)

Bonjour 

Voilà, mais je ne pense pas qu'on y gagne en temps de frappe :-)
%pour version "2.19." 
%==================
\version "2.19.83" 
repeatNote = #(define-music-function (note) (ly:music?)
         (let ((note2 (ly:music-deep-copy note)))
           (set! (ly:music-property note 'NoteEvent)
                 (cons (make-music 'NoteEvent )
                       (ly:music-property note 'NoteEvent)))
           (make-music 'SequentialMusic 'elements (list note note2))))
           
\relative c' { \repeatNote c \repeatNote e \repeatNote g \repeatNote a }      
%==================



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



reply via email to

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