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

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

Re: [jazz] Modifier la façon dont /tous/ le s accords sont construits


From: lasconic
Subject: Re: [jazz] Modifier la façon dont /tous/ le s accords sont construits
Date: Sat, 23 Jan 2010 04:22:13 -0800 (PST)

Pour ecrire la note de basse (le E dans C/E) un peu plus bas, on peut
utiliser la fonction suivante

#(define (lower-extension pitch)
"Return markup lowered markup for pitch note name."
  (markup #:lower 3.0 (note-name->markup pitch))
)


Et faire

\new ChordNames { 
  \set chordNameExceptions = #myChordExceptionList
  \set chordNoteNamer = #lower-extension 
  \harmonies
}

Je suivrai avec intérêt l'avancement de la création de votre font.
-- 
View this message in context: 
http://n2.nabble.com/jazz-Modifier-la-facon-dont-tous-les-accords-sont-construits-tp4413551p4445098.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]