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

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

Re: Accord Cadd2 + epsfile + midifile avec 2 score [Résolut]


From: NOreply
Subject: Re: Accord Cadd2 + epsfile + midifile avec 2 score [Résolut]
Date: Wed, 19 Jul 2017 14:21:16 -0700 (MST)

Quelques éléments de réponse ci-dessous:

*1° solution très simple, mais la sortie midi ne va pas correspondre:*
\chords {
  \set majorSevenSymbol = \markup { add2 }
  c:7+
}
%%%%% tu mets ce que tu veux:
\chords {
  \set majorSevenSymbol = \markup { facile }
  c:7+
}
*%%%%%% 2° solution, très simple, avec les notes que tu veux:*
 { <c e g b d' f'>1^\markup { C  \raise #0.6  \raise #0.6 \teeny "add2" } }

*%%%%%%%%%%%%%%%   une autre méthode, plus hard, avec une sortie midi qui ne
sera pas conforme:*
chExceptionMusic = {
  <c e g b d'>1-\markup { \super "add2" }
}

% Convert music to list and prepend to existing exceptions.
chExceptions = #( append
  ( sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

theMusic = \chordmode {
  
  \set chordNameExceptions = #chExceptions
  c1:maj9 
}

\layout {
  ragged-right = ##t
}

<< \context ChordNames \theMusic
   \context Voice \theMusic
>>






--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Accord-Cadd2-epsfile-midifile-avec-2-score-Resolut-tp7585109p7585121.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]