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

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

Re: Ecritures batterie


From: Philippe Hezaine
Subject: Re: Ecritures batterie
Date: Fri, 11 Sep 2009 18:46:30 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090629)

Daniel Cartron a écrit :
Le vendredi 11 septembre 2009, Philippe Hezaine a écrit :
Remplace:
   \new DrumVoice { \voiceThree \GrosseCaisse }
par:
  \new DrumVoice { \voiceTwo \GrosseCaisse }

Super, c'était bêtement ça. Merci Philippe.
Bon maintenant tout marche, reste la question de savoir si ma méthode est bonne ou si toi tu fais autrement pour ce genre de partition.

Oui! c'est bon.
J'ai pensé depuis un bout de temps à faire une édition des
"BASES-STYLES" du (déjà vieux) Puzzle du Batteur pour un batteur réel.
Je joins le modèle de l'époque agrémenté d'un petit exemple.
Toute remarque sera la bienvenue.

P.S. Je dis "déjà vieux" parce qu'une nouvelle version complètement
remaniée et qui sera GPL commence à pointer son nez. Si ça en vaut le
coup, une édition pour un batteur réel pourrait peut-être suivre mais,
de toute façon, pas avant plusieurs mois. (si ça en vaut le coup)

Pour Valentin: Je me suis inscrit sur la liste midi de lilynet. Dès que
je vais trouver un moment pour rassembler mes données je posterai un
message, pour faire le point. (Et en anglais ça me prend vraiment plus
de temps)

Amitiés.
--
  Phil.

\version "2.12.0"

% \include "0-mydrums-style2.ly"

 #(ly:set-option 'delete-intermediate-files #t)

  \paper {
    ragged-bottom = ##f
    ragged-last-bottom = ##f
        }

    \header {
      title = "Modèle Batteur réel."

    copyright =  \markup { \fontsize #3  \bold  \override #'(box-padding . 1.0) 
\override #'(baseline-skip . 2.7) \box  \column { \center-column { \fontsize 
#-2 \line {  • \hspace #0.5 Copyleft: cette oeuvre est libre, vous pouvez la 
copier, la diffuser et la modifier. }  \line { \fontsize #-2 \line { Créé 
avec LilyPond 2.11.63   \with-url #"http://www.LilyPond.org"; \line { 
\with-color #blue \fontsize #-1 www. \hspace #-1.0 \with-color #blue LilyPond 
\hspace #-1.0 \with-color #blue \fontsize #-1 .org } par Ph. Hardy } } \line { 
\fontsize #-4 \line {Copyleft 11/2008: selon les termes de la Licence Art Libre 
, voir: \hspace #-0.5 \with-url #"http://www.artlibre.org";  \with-color #blue  
http://www.artlibre.org  } } } } } 

    tagline =  \markup { \fontsize #3  \bold   \override #'(box-padding . 1.0) 
\override #'(baseline-skip . 2.7) \box  \column { \center-column { \fontsize 
#-2 \line {  • \hspace #0.5 Copyleft: cette oeuvre est libre, vous pouvez la 
copier, la diffuser et la modifier. }  \line { \fontsize #-2 \line { Créé 
avec LilyPond 2.11.63  \with-url #"http://www.LilyPond.org"; \line { \with-color 
#blue \fontsize #-1 www. \hspace #-1.0 \with-color #blue LilyPond \hspace #-1.0 
\with-color #blue \fontsize #-1 .org } par Ph. Hardy } } \line { \fontsize #-4 
\line {Copyleft 11/2008: selon les termes de la Licence Art Libre , voir: 
\hspace #-0.5 \with-url #"http://www.artlibre.org";  \with-color #blue  
http://www.artlibre.org  } } } } }

                }


%%%%%%%%%%%%%%%%%%%%%%%%%% PERCUSSIONS EN PLUS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

maracas = \drummode { 
 \time 4/4 
 \tempo 4 = 80


        }

cabasa = \drummode { 
 \time 4/4 
 \tempo 4 = 80


        }

tambourin = \drummode { 
 \time 4/4 
 \tempo 4 = 80


        }
%%%%%%%%%%%%%%%%%%%%%%%%%% BATTERIE SEULE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

mains = \drummode { 
 \time 4/4 
 \tempo 4 = 80

        r4 ss4 r4 ss4 |

        R1 |

        r4 ss4 r4 ss4 |

        cymra4 <ss cymra>4 cymra4 <ss cymra>4 |

        cymra4 <ss cymra>4 cymra4 <ss cymra>4 |

        cymca8 r8 r4 r2 |

        }

pieds = \drummode { 
 \time 4/4 
 \tempo 4 = 80

        \times 2/3 {<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 hhp8} \times 2/3 
{<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 hhp8} |

        R1 |

        \times 2/3 {<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 <bd hhp>8} \times 
2/3 {hhp8 r8 <bd hhp>8} \times 2/3 {hhp8 r8 hhp8} |

        \times 2/3 {<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 hhp8} \times 2/3 
{<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 <bd hhp>8} |

        \times 2/3 {<bd hhp>8 r8 hhp8} \times 2/3 {hhp8 r8 <bd hhp>8} \times 
2/3 {<bd hhp>8 r8 <bd hhp>8} \times 2/3 {hhp8 r8 hhp8} |

        bd8 r8 r4 r2 |

        }


 \score {
    <<
   %{   \new DrumStaff   \with { 
        drumStyleTable =  #(alist->hash-table mydrums-style2)
      }
      <<
        \set Staff.instrumentName =  "maracas"
        \set Staff.shortInstrumentName = "mar"
        \set Staff.midiInstrument = ""
        \new DrumVoice { \maracas }
        \override DrumStaff.VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 2.5)
   >>
                        %%%%%%%%%%%%%%%%%%
                        %%%%%%%%%%%%%%%%%%
        \new DrumStaff   \with { 
        drumStyleTable =  #(alist->hash-table mydrums-style2)
      }
      <<
        \set Staff.instrumentName =  "cabasa"
        \set Staff.shortInstrumentName = "cab"
        \set Staff.midiInstrument = ""
        \new DrumVoice { \cabasa }
        \override DrumStaff.VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 2.5)
   >>
                        %%%%%%%%%%%%%%%%%%
        \new DrumStaff   \with { 
        drumStyleTable =  #(alist->hash-table mydrums-style2)
      }
      <<
        \set Staff.instrumentName =  "tamb"
        \set Staff.shortInstrumentName = "tamb"
        \set Staff.midiInstrument = ""
        \new DrumVoice { \tambourin }
        \override DrumStaff.VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 2.5)
   >>
   %}                   %%%%%%%%%%%%%%%%%%

      \new DrumStaff \with {
%       drumStyleTable = #(alist->hash-table mydrums-style2)
        \override DrumStaff #'TimeSignature #'style = #'()
        fontSize = #1
        \override StaffSymbol #'staff-space = #(magstep 1)

                        }
      <<
        \set Staff.instrumentName = "Drums"
        \set Staff.shortInstrumentName = "drums"
        \set Staff.midiInstrument = ""
        \override Score.MetronomeMark #'extra-offset = #'(-10 . 2.5)
        \new DrumVoice { \voiceOne \mains }
        \new DrumVoice { \voiceTwo \pieds }
        \override Staff.NoteCollision #'merge-differently-headed = ##t
        \override Staff.NoteCollision #'merge-differently-dotted = ##t
      >>
    >>


  \layout {}

  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 80 4)
             }
        }
     }


reply via email to

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