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

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

Alignement du texte des \mark ?


From: Monteverdi
Subject: Alignement du texte des \mark ?
Date: Sun, 22 Dec 2019 08:16:14 -0700 (MST)

Bonjour,

Comment faire pour aligner le texte des \mark à gauche au-dessus de la 1ère
note de la mesure comme indiqué par les lignes rouges dans l'image
ci-dessous ?

Merci.

http://lilybin.com/11gtqs/16

<http://lilypond-french-users.1298960.n2.nabble.com/file/t395719/gaby.jpg> 

\version "2.18.2"


global = {
  \key e \major
  \time 4/4
  % suppression groupement des croches par 4
  \set Timing.beamExceptions = #'() 
}

Acc = \chordmode {
  % intro
  e1*2 a1*2
  % couplet
  e1*2 a1*2
  % refrain
  b1 fis 
  cis b cis b 
  fis b fis b fis b fis b
}

Mi = \repeat percent 2 { e,8 e e e  e e'\3 e, e'\3 }
La = \repeat percent 2 { a,\3 a\3 a\3 a\3  a\3 e'\2 a,\3 e'\2 }

Si = { b8\3 b8\3 r4 b8\3 b8\3 r4 }
Fd = { fis8\4 fis8\4 r4 fis8\4fis8\4 r4 }
Cd = { cis'8\3 cis8\3 r4 cis8\3 cis8\3 r4 }

Intro  = { 
  \repeat volta 2 %{unfold 2%} { \Mi \La }
}

Couplet  = { 
  \repeat volta 2 %{unfold 4%} { \Mi \La }
}

Refrain = {
  { b8\4 b8\4 r4 b8\4 b8\4 r4 } \Fd 
  \repeat percent 2 { \Cd \Si }
  \repeat percent 4 { \Fd \Si } %unfold
}

Basse = \relative c, { 
  \global
  \mark \markup \left-column { "intro"     \italic "répéter le motif 2x" } 
\Intro     \break
  \mark \markup \left-column { "couplet" \italic "répéter le motif 4x" } 
\Couplet 
  \mark "refrain"                                                               
               
\Refrain  \bar "||"
}

%\set StaffGroup.systemStartDelimiter = #'SystemStartSquare

\score { 
  \new StaffGroup \with {
    %systemStartDelimiter = #'SystemStartBar
    \consists "Instrument_name_engraver"
    instrumentName = \markup \center-column { "Basse" "électrique" }
  } 
  <<
    \new ChordNames { \Acc }
    \new Staff { 
      \clef "bass_8" %{\tempo 4=110%} \Basse }
    \new TabStaff \with { stringTunings = #bass-tuning } \Basse
  >> 
  
  \layout { \omit StringNumber
                \context { \Score \override
SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) }
  }
}






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



reply via email to

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