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

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

Re: Espace entre titre et premier système


From: Carlus
Subject: Re: Espace entre titre et premier système
Date: Mon, 4 Nov 2013 13:27:06 -0800 (PST)

Merci pour cette réponse très intéressante.
Je vais regarder plus en détail pour le paper.
Mais en attendant la solution du markup dans le title me plaisait bien.
Seulement elle ne fonctionne pas dans mon code.

J'ai remis mon titre et laissé l'exemple que tu donnes en commentaire. Si tu
inverses le commentaire tu verras qu'il y a une erreur dessus...



% necessary for upgrading to future LilyPond versions
\version "2.14.2"

% Définitions à la française
#(define ma_notation '( 
        (bassdrum () #f -5)     
        (pedalhihat cross #f -5)
        (snare () #f 0)                 
        (lowfloortom () #f -3)          
        (lowmidtom () #f 1)                      
        (himidtom () #f 3)              
        (closedhihat cross #f 5)        
        (openhihat xcircle #f 5)        
        (ridecymbal cross #f 6)         
        (crashcymbal xcircle #f 6)      
        (splashcymbal diamond #f 6)      
        (chinesecymbal mensural #f 6)   
))
%bd
%hhp 
%sn 
%toml 
%tomml           
%tommh
%hhc 
%hho
%hhca
%cymc 
%cyms 
%cymch
                
% Suppression du fichier temporaire à la création du pdf
#(ly:set-option 'delete-intermediate-files #t)

 
\paper { 
  %system-system-spacing #'basic-distance = #16 
  score-system-spacing = 0
  #'((basic-distance . 12) 
  (minimum-distance . 1) 
  (padding . 1) 
  (stretchability . 1)) 
  
  %markup-system-spacing = 4\cm

   %top-margin = 2\cm
   %annotate-spacing = ##t
}

\layout {
        indent = 0.0\cm
      }
      
\header {
      title = "Lecture"
      %title = \markup {"Lecture" \vspace #4} 
            }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
texte= \drummode 
        {
        \time 4/4
        \stemDown % queues en bas
        sn r r8 sn r4
        sn r8 sn r4 r
        sn4 r sn r
        r8 sn r4 sn r
       \break
        }
        

\score 
        {
    <<
        \new DrumStaff \with {
        \override DrumStaff #'TimeSignature #'style = #'()
        \consists "Parenthesis_engraver"
                        }
      <<
        \new DrumVoice { \texte }
        \set DrumStaff.drumStyleTable = #(alist->hash-table ma_notation)
        %\override Staff.NoteCollision #'merge-differently-headed = ##t
        %\override Staff.NoteCollision #'merge-differently-dotted = ##t
      >>
     >>
\layout {}

\midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 70 4)
             }
        }
    } % fin de score
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Espace-entre-titre-et-premier-systeme-tp7580483p7580488.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]