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

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

Re: lilypond 2.22 et nom d'accords


From: martial
Subject: Re: lilypond 2.22 et nom d'accords
Date: Tue, 16 Feb 2021 01:59:43 -0700 (MST)

bonjour, 

En attendant de trouver une solution pérenne si on veut les accords en
Anglais

j'ai renommer le fichier  de la version 2.21.82 en  "chord-name-old.scm"  
je l'ai copier dans le dossier 
"/usr/local/lilypond/usr/share/lilypond/current/scm/"

et ajouté  dans le ficher "lily.scm" 
"chord-name-old.scm"  
après la ligne (define init-scheme-files-body
  '("file-cache.scm" 
   .../...
    "chord-name.scm"
    "chord-name-old.scm"
     .../...
)

fichier joint :  "chord-name-old.scm"   chord-name-old.scm
<http://lilypond-french-users.1298960.n2.nabble.com/file/t300440/chord-name-old.scm>
  

du coup ça fonctionne 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.22.0"
\language "français"
\header { title = "nom des accords ? -Do- au lieu de -C-" }
viola = \relative do' { do4 mi sol mi  }

Accords = \chordmode { do2 sib }

\score {
  <<
    \new ChordNames {    \frenchChords  \Accords }
    \new Staff { \clef alto \viola }
  >>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%





-----
♫artial♪
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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