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

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

double notation accord


From: Christian LE BARS
Subject: double notation accord
Date: Thu, 28 Jan 2016 17:06:14 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

bonjour,
voila je voudrais pouvoir noter sur une partition une variante d'accord
sur une portée . le PB c'est que les parenthèses se "promènent" un
peu.je ne veux pas me servir d'ossia
quelqu' un a t'il une solution ci joint mon code:\version "2.19.35"

LesAccordOssia =
{
  \new ChordNames
 {
   \mark \markup{(} e2 a g d\mark \markup{)}
 }
}
LesAccords=
{
  \new ChordNames
 {
  c1 f a b
 }
}
 LeChant =
 \relative c'
  { c4 g' d a' f a c e
  }
\score
{
  <<
    \LesAccordOssia
    \LesAccords
    \LeChant
  >>
  \layout {}
}

Par avance merci



reply via email to

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