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

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

Re: changer la couleur de la fonction time


From: Martial R
Subject: Re: changer la couleur de la fonction time
Date: Fri, 17 Sep 2021 13:43:54 +0200

%-----------------------
{
%la clef
\override  Staff.Clef.color= #green
%l'armure
\override  Staff.KeySignature.color= #red
\key g \minor
%la métrique, chifrage  
\override  Staff.TimeSignature.color = "orange"
\time 3/8
%\tweak TimeSignature.color "orange" \time 3/8
%les notes une /une
\tweak NoteHead.color #red \tweak Stem.color #red \tweak Beam.color #red
c'
}

%les notes

notesBleues = {
% toutes les notes
\override NoteHead.color = #blue
\override Stem.color = #blue
\override Beam.color = #blue
}
revertNotes = {
\revert NoteHead.color
\revert Stem.color
\revert Beam.color
}

\relative c'{
 \notesBleues c8. d16 e8 f
 \revertNotes
 g16 a b c c,4
}
%-------------------

Le ven. 17 sept. 2021 à 12:20, Christian LE BARS <christian@le-bars.net> a écrit :
merci martial.

C'est OK.

bon maintenant pour les "key" comment je fais?

on en veut toujours plus!




--
Martial Rameaux


reply via email to

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