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

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

Re: Accords, armure et altérations


From: Eluze
Subject: Re: Accords, armure et altérations
Date: Wed, 18 Dec 2013 05:43:30 -0800 (PST)

Phil wrote
> Le 18/12/2013 14:00, Eluze a écrit :
>> est-ce la bonne direction (faudrait écrire une fonction [scheme] ...)
>>
>> Eluze
>>
>>    
> 
> Malheureusement non. :-(
> 
> Ce que ça produit, c'est réécrire l'armure avant chaque accord.

bien sur - mais on peut supprimer ça (ce n'était qu'un début!)

essayons:

\language nederlands

myDef =
#(define-music-function (parser location music) (ly:music?) #{
  \key g \major \grace s16 \nokeycan \key c \major $music
#})

nokeycan=\once{
  \set printKeyCancellation = ##t
  \set Staff.explicitKeySignatureVisibility = #all-invisible
  \override Staff.KeyCancellation #'break-visibility = #all-invisible
}

sol= \chordmode {
  g1:maj7 a:m7 b:m7 
  c:maj7 d:7 e:m7 fis:3-.5-.7
  g:6.9 a:m6.9 b:m7.9- c:6.9 d:6.9 e:m6-.7.9 fis:3-.5-.7.9-
}
\new StaffGroup <<
  \new ChordNames \sol
  \myDef \sol
>>

\layout{
  \context{
    \Staff \override TimeSignature #'stencil = ##f
  }
}

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Accords-armure-et-alterations-tp7580702p7580720.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]