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: Thu, 21 Dec 2017 15:35:40 -0700 (MST)

En supprimant la 3° voix, le résultat est quasiment identique:
http://lilybin.com/yhcueu/1

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

up = \drummode {
  \override HorizontalBracket.extra-offset = #'(.7 . 0)
  \bar "[|:"
  \override HorizontalBracket.direction = #UP
  hh16\startGroup^"    gr de 5"  hh8 hh16 r\stopGroup  
  hh  \startGroup^" gr de 5...etc"  hh8 hh \stopGroup  
  hh16\startGroup  hh r hh8 \stopGroup   
  hh16\startGroup    hh8 hh \stopGroup 
  hh16 \startGroup
  hh8 hh16 r \stopGroup
  hh \startGroup hh8 hh \stopGroup 
  hh16 \startGroup^" +2" hh \stopGroup
  \bar ":|]"
}
down = \drummode {
  \bar "[|:"
  r16 sn sn8 sn sn16 sn r sn8 sn16 sn8 sn
  sn16 sn8 sn16 r sn sn8 sn sn16 sn r sn8 sn16
  \bar ":|]"
}


\score {
  \header {
    piece = "Ex. 29"
  }
  \new DrumStaff
  <<
    \time 4/4
    \tempo 4 = 70 - 90
    \new DrumVoice { \voiceOne \up }
    \new DrumVoice { \voiceTwo \down }
    
  >>
  \layout { indent = 0 
            ragged-right = ##f
            \context {
              \DrumVoice
              \consists "Horizontal_bracket_engraver"
            }
  }
}



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



reply via email to

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