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

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

problème avec segno


From: Christian LE BARS
Subject: problème avec segno
Date: Thu, 3 Jan 2019 17:41:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

bonjour a tous.

J'aimerai que segno apparaisse au dessus des noms des accords.

Ce qui n'est pas le cas dans la partition ci dessous:

\version "2.19.82"
%----------------------------------------------
Global=
{
   \numericTimeSignature
 \set Score.markFormatter = #format-mark-box-alphabet
 \time 4/4
 \key g\major
}
%----------------------------------------------
LesAccords =
\new ChordNames

{  
  \set chordChanges = ##t
  \set Score.majorSevenSymbol = \markup {Maj7}
  \set chordNameSeparator = \markup { "/" }
  \set minorChordModifier = \markup{"-"}
  \chordmode
  {
    g1:6 a2:7 d:7g1
  }
 }
%-----------------------------------------------
LaMainGauche =
\relative c
  {
   \clef "bass"
    \Global
    g4 <g b e> d< g b e>
    <<
       {s4 <e' g a >4~<e g a >8 a  s4}
    \\
       {<a, cis>2 d,4 a'}
    >>
    g4 <d'  b'> d, <d'  b'>
  }
%--------------------------------------------
LaMainDroite =
 \relative c'
  {
   \clef "treble"
   \Global
     s1 s4 c~c8  <c d fis> s4 \bar"[|:"
       g'4\segno g g8 fis g a
  }
%-------------------------------------------
LePiano =
\new PianoStaff
   <<
     \new Staff\LaMainDroite
     \new Staff\LaMainGauche
    >>
%------------------------------------------------
 \score
  {
    <<
      \LesAccords
     \LePiano
    >>
  \layout  {  }
 }

Comment faire?

Par avance merci

et bonne année a tous




reply via email to

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