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

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

Ligatures: simplification de code


From: NOreply
Subject: Ligatures: simplification de code
Date: Sun, 10 Dec 2017 03:30:53 -0700 (MST)

http://lilybin.com/cl0hx1/1

%%%%%%%%%%%%%%%%%
\version "2.18.2"


L = #(define-music-function (parser location w x y z m) (number? number?
number? number? ly:music?) 
        #{\set Timing.beamExceptions =#'() \set baseMoment =
#(ly:make-moment 1/16)  
          \set #'beatStructure = #(list w x y z) #m #})
% \L => écrire 4 chiffres pour 4 groupes de notes
% l'unité = la double-croche 
% ( exemple: 4 = 1 groupe de 2 croches)


 { \time 7/16 
  \L 2 3 2 0 
  c'16 c' c' c' c' c' c' 
  c' c' c' c' c' c' c' }
  
{ \time 5/8 
  \L 4 6 0 0 
  c'8 c' c' c' c'
  c'8 c' c' c' c'}
  
  { \time 3/4 
  \L 4 6 2 0 
  c'8 c' c' c' c' c'
  c'8 c' c' c' c' c'}
  
 




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



reply via email to

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