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

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

Re: Analysis Bracket et Drumvoice


From: NOreply
Subject: Re: Analysis Bracket et Drumvoice
Date: Wed, 20 Dec 2017 23:53:08 -0700 (MST)

Ça fonctionne si tu n'utilises pas le drummode:
Exemple ici avec \[ et \]
http://lilybin.com/ih42xn/1

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

  
global = {
  \set Staff.clefGlyph = #"clefs.percussion" 
  \set Staff.clefPosition = #0
}
"V1" = \transpose c c'' { \override Voice.NoteHead #'style = #'cross
  e16\[ e8 e16 r\] e16 e8        
}
"V2" = \transpose c c''{ 
 r16 c c8 c c16 c        
}

\new Staff { <<\global \"V1" \\ \"V2" >> }




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



reply via email to

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