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

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

comment changer la police des notes?


From: fallout
Subject: comment changer la police des notes?
Date: Sat, 26 Dec 2009 14:19:37 -0800 (PST)

Bonjour voila mes problèmes :
Premièrement : je commence à faire des partitions de batterie et j’aimerais
pouvoir changer la police d’écriture afin d’arriver à l’apparence du riff
Funky groove à l’adresse suivante :
http://www.drummerworld.com/Videos/omarhakimslowmotion.html
J’ai lu le manuel de notation et le chapitre 1.8.3 Fonts mais la fonction :
make-pango-font-tree ne semble pas marcher


Deuxièmement : afin d’avoir un espace plus important entre le titre et la
première porté et augmenter aussi l’espace entre les portées, j’ai utilisé
les propriétés suivante :
after-title-space
between-system-space
head-separation

sans succès
seul between-system-padding fonctionne mais me convient qu’à moitié.

Je vous ai mis mon code simple pour essayer de m’aider.

\version "2.12.2"

\header{ 
title = "Préparation à l’indépendance"
arranger = "Trad. arr."
composer = "compositeur" 
texttranslator =" traducteur "
arranger = "arrangeur "
}

\paper {
indent = 0\mm

}


\score{
#(define mydrums '(
        (bassdrum default #f -5)
        (snare default #f 0)
        (hihat cross #f +5)
        (hightom harmonic-black #f +3)
        (lowtom harmonic-black #f -3)
        (pedalhihat cross #f -7)
        (crashcymbal xcircle #f +7)
        (ridecymbal triangle #f +6)
        ))
Ride = \drummode {
hh8[ hh] <hh sn> hh16 sn hh sn hh8 <hh sn> hh
hh8[ hh] <hh sn> hh16 sn hh sn hh8 <hh sn> hh
hh8[ hh] <hh sn> hh16 sn hh sn hh8 <hh sn> hh
hh8[ hh] <hh sn> hh16 sn hh sn hh8 <hh sn> hh
}
Charleston = \drummode {
\set Staff.instrumentName = #"1"
\bar "|:"
bd4 r4 bd8 bd r8 bd\bar ":|:"
bd4 r4 bd8 bd r8 bd\bar ":|:"
bd4 r4 bd8 bd r8 bd\bar ":|:"
\break
bd4 r4 bd8 bd r8 bd\bar ":|:"
}
Répétition = \drummode {
\repeat unfold 2{s1 \noBreak s1 \noBreak s1 \break}
}

\new DrumStaff <<
\set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
\new DrumVoice { \voiceOne \Ride }
\new DrumVoice { \voiceTwo \Charleston }
\new DrumVoice { \voiceTwo \Répétition }
>>
}

-- 
View this message in context: 
http://n2.nabble.com/comment-changer-la-police-des-notes-tp4219001p4219001.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]