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

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

Re: notation pour guitare rythmique


From: Christophe Pochon
Subject: Re: notation pour guitare rythmique
Date: Thu, 28 Mar 2013 00:53:18 +0100

et le code complet qui fait l'intégralité de ton exemple : 

%-----------------------------------------------------------------------------------
chExceptionMusic =  {
<c e g d'>1-\markup { \super "add9" }
}

chExceptions = #(append
(sequential-music-to-chord-exceptions chExceptionMusic #t)
ignatzekExceptions)
up = \upbow

do = \downbow
cr = \override NoteHead #'style = #'cross
no = \revert NoteHead #'style
\header {
title = "Test guitare" 

}

accords =   \chordmode {
\set chordNameExceptions = #chExceptions
 d2:sus2 c4:9^7 g:6
 d2:sus2 s8 a4.
 d2:sus2 c4:9^7 g:6
 d2:sus2 s8 a4.
  }


staffGuitareJazz = \new RhythmicStaff {
\time 4/4
\set Score.markFormatter = #format-mark-box-letters
\mark \default c8.\do c16\up c8\do c16\do c\up c8\do c16\do c\up c8\do c16\do c16\up
c8.\do c16\up c8\do c16\do c\up \cr c\do c\up \no c8\do c\do \cr c16\do c\up \no
c8.\do c16\up c8\do c16\do c\up c8\do c16\do c\up c8\do c16\do c16\up
c8.\do c16\up c8\do c16\do c\up \cr c\do c\up \no c8\do c\do \cr c16\do c\up
\bar "|."

}


\score {
<<
\new ChordNames \accords
\staffGuitareJazz
>>
 
  }
%------------------------------------------------------------------------------------------------------

Christophe Pochon
http://www.christophe-pochon.com


Le 27 mars 2013 23:05, Christophe Pochon <address@hidden> a écrit :
Ah.... il y a un } de trop tout à la fin de mon code !

A+

Christophe Pochon
http://www.christophe-pochon.com


Le 27 mars 2013 22:45, Daniel Cartron <address@hidden> a écrit :

Le mercredi 27 mars 2013 22:24:07 Christophe Pochon a écrit :

Ton nouveau défi maintenant c'est de les comprendre



arff! je relève le défi, mais demain, ce soir j'ai pas le courage...

 

--

Cordialement, Daniel Cartron

« La femme est un papier buvard : elle retient parfaitement les choses, mais à l'envers. »

Graham Greene

 


_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr




reply via email to

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