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

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

Re: Grilles harmoniques, nouvelle version


From: Vincent Gay
Subject: Re: Grilles harmoniques, nouvelle version
Date: Fri, 10 Jun 2022 09:30:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Petit soucis avec les barres de mesures en début de lignes :

#(set-global-staff-size 18)
\include "jazzchords.ily"
\include "lilyjazz.ily"

\paper {
  indent = 0
  ragged-right = ##f
}

\layout {
  \context {
    \ChordGridScore  
    rehearsalMarkFormatter = #format-mark-box-letters
    startRepeatBarType = #"[|:"
    endRepeatBarType = #":|]"
    doubleRepeatBarType = #":|][|:"
  }}

accords = \chordmode {
  \bar "[|:"
  \repeat volta 2 { \repeat unfold 3 c1:7+ c2:m7 f:7 } \break
   \repeat unfold 3 bes1:7+ bes2:m7 es:7 \break \bar "||"
   \repeat unfold 4 as1:7+
  \bar ".."
}
 
\defineBarLine "|-|" #'("|" "|" "|")

\new ChordGridScore \with {
  measureBarType = "|-|"
  \remove System_start_delimiter_engraver
}
<< \new ChordGrid { \bar "|-|" \accords } >>




Il faut donc rajouter :
\defineBarLine "||-|" #'("||" "|" "|")
\defineBarLine ":|]-|" #'(":|]" "|" "|")

et modifier accords ainsi :
accords = \chordmode {
  \bar "[|:"
  \repeat volta 2 { \repeat unfold 3 c1:7+ c2:m7 f:7 } \break \bar ":|]-|"
   \repeat unfold 3 bes1:7+ bes2:m7 es:7 \break \bar "||-|"
   \repeat unfold 4 as1:7+
  \bar ".."
}




Quand on le sait c'est pas un souci mais si les choses restent en l'état  il faudra bien l'expliquer.

-- 
Vincent Gay
Envoyé depuis mon saxo-phone :)
https://myrealbook.vintherine.org/ - http://photos.vintherine.org/

reply via email to

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