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

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

Re: Quadrillage rythmique amélioré


From: NOreply
Subject: Re: Quadrillage rythmique amélioré
Date: Thu, 12 Sep 2019 07:44:12 -0700 (MST)

Bonjour,
Vous chercher sans doute un code qui génére ces lignes de manière
automatique. 
En attendant, voici une méthode manuelle que vous propose:
http://lilybin.com/t4stjv/1

Le code:
%--------------------
\version "2.18.2"
ligne = _\markup { 
    \postscript #"
1 0 moveto
0.3 setlinewidth % épaisseur
1 0 0 setrgbcolor % couleur
0 -4 rlineto
stroke
"    }

%%%%%%%%%%%%
{ 
  <<
  { g'1_\ligne
    g'1_\markup { 
    \postscript #"
1 0 moveto
0.3 setlinewidth % épaisseur
1 0 0 setrgbcolor % couleur
0 -2 rlineto
stroke
"    }
    g'_\ligne 
    a_\markup { 
    \postscript #"
1 0 moveto
0.3 setlinewidth % épaisseur
1 0 0 setrgbcolor % couleur
0 -1.5 rlineto
stroke
"    } 
    
%% portée 2    
  }
  
  { g'1_\ligne
    a''1_\ligne
    g'1_\ligne
    g'1_\ligne }
  
%% portée 3 
  { g'1 g'1 g'1 g'1 }
>>
}

% ; )



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



reply via email to

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