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

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

Modification accord diminué


From: matthieu . deneufchatel
Subject: Modification accord diminué
Date: Thu, 13 Feb 2014 16:40:06 +0100

Je cherche à modifier le nom affiché d'un accord diminué. Mes essais ne sont 
pas fructueux. J'ai utilisé le code ci-dessous mais rien ne change.
Quelqu'un pourrait-il m'indiquer s'il est possible de remplacer le ° en 
exposant par un "dim" et si oui, comment ?
Merci d'avance.
Cordialement,
Matthieu Deneufchâtel

\header {

}

#(set-global-staff-size 18)
\include "italiano.ly"
\version "2.16"
global = { \key do \minor \time 4/4 }

chExceptionMusic = {
1-\markup { "dim" }
}
chExceptions = #( append
( sequential-music-to-chord-exceptions chExceptionMusic #t)
ignatzekExceptions) 

Accords = \new ChordNames %\transpose do sib
\chordmode { \override ChordName #'font-size = #-2 \frenchChords do2.:dim }

sopMusic = %\transpose fa mib
\relative la'
{ sib2( la4)\segno \bar "" \bar "||" }

altMusic =
\relative la { lab2.}

tenorMusic = %\transpose reb sib
\relative fa, { <> }
bassMusic = %\transpose reb sib
\relative fa,, { sib2. }

\score {
<<

\context ChoirStaff <<
\Accords
\context Staff = women <<
\context Voice =
sopranos { \voiceOne << \global \sopMusic >> }
\context Voice =
altos { \voiceTwo << \global \altMusic >> }
>>
\context Lyrics = sopranos { s1 }

\context Staff = men <<
\clef bass
\context Voice =
tenors { \voiceOne << \global \tenorMusic >> }
\context Voice =
basses { \voiceTwo << \global \bassMusic >> }
>>

>>
>>
%\layout{
% #(layout-set-staff-size 22)
% }
\layout { \context {
\ChordNames
chordNameExceptions = #chExceptions
} }
}



reply via email to

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