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

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

Re: Problème de mise en page pour partition de batterie


From: Warren79
Subject: Re: Problème de mise en page pour partition de batterie
Date: Sun, 10 Oct 2010 02:53:10 -0700 (PDT)

Bonjour,
J'ai corrigé les sextolets et trinolets, j'ai remplacé le deuxième DrumStaff
par \break. Par contre, si Lilypond lance et "réussi" à faire un pdf, la
mise en page est catastrophique (j'utilise la version "2.12.3"),certaines
mesures sont tronquées et sortent carrément de la feuille pdf. 

Voici mon code:
\version "2.12.3"
\header {
  title = "Breaks en rock"
  composer = ""
} 


#(define ma_notation '( 
        (openhihat      xcircle      #f      5)
        (bassdrum               ()                      #f              -5) 
        (snare                  ()                      #f              0) 
    (pedalhihat     cross      #f      -5)
        (closedhihat    cross      #f      5)
        (hihat          cross      #f      5)
        (lowtom         ()         #f      -3)
        (hightom        ()         #f      3) 
        ))



\new DrumStaff 
<<
                \new DrumVoice = "1" { s1 *2 } 
                \new DrumVoice = "2" { s1 *2 } 
                
                #(override-auto-beam-setting '(end * * 4 4) 3 4) 
                #(override-auto-beam-setting '(end * * 4 4) 1 4) 
                
                \set DrumStaff.drumStyleTable = #(alist->hash-table ma_notation)
                
        \drummode
                {
                        <<
                        {
                        %Break #1
                        \acciaccatura sn16 sn16 bd16 \acciaccatura sn16 sn16 
bd16 
                        \acciaccatura sn8 sn8 
                        \times 2/3 {sn16 sn16 sn16}
                        \times 4/6 {sn16 sn16 sn16 sn16 sn16 sn16}
                        \times 2/3 {sn16 sn16 sn16} hhp
                        }                               
                        >>
                    \\
                        <<
                                {
                                hh8 hho hh hho hh hho hh hho
                                }
                                \\
                                {
                                bd8[ s16 bd16] sn16[ bd8 bd16] bd16 [bd16] sn16 
[sn16 bd16] 
                                }
                        >>
        \break
                        <<
                        {
                        %Break #2
                        \times 4/6 {tomh16 tomh tomh sn sn sn}
                        \times 4/6 {toml16 toml toml tomh tomh tomh}
                        \times 4/6 {sn16 sn sn toml toml toml}
                        \times 2/3 {tomh16 tomh tomh} hhp8
                        }
                        >>
                    \\
                        <<
                        {
                                hh8 hh hh hho hh hho hh hh
                                }
                                \\
                                {
                                bd8[ s16 bd16] sn16[ bd8 bd16] r16 bd16 [ r16 
bd16] sn16 [sn16 s16 sn16] 
                                }
                        >>
                }
>>              
-------------------------
Pouvez-vous m'aider ?
-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Probleme-de-mise-en-page-pour-partition-de-batterie-tp5618706p5620021.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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