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 23:48:49 -0700 (MST)

Postcript, un peu moins manuel:
http://lilybin.com/iwt9uz/1

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

%%%%%%%%%%%%
\layout {
   \override Staff.TextScript.layer = -1
   \override Staff.BarLine.layer = 1
   \override Staff.StaffSymbol.whiteout = ##t
}
{ 
  <<
 \new Staff { 
      g'1_\ligne-bas
    g'1
    g'_\ligne-bas 
    a_\ligne-bas
    
%% portée 2    
  }
  
  \new Staff { 

      g'1
    c'''1^\ligne-haut
    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]