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: Thu, 9 Jun 2022 23:28:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Test de répétition avec alternatives. Nickel...



Sauf que ça laisse apparaître un petit truc bizarre... Le Δ symbolisant l'accord M7 dans mon jazzchords.ily n'est pas tracé dans la bonne police ni au bon endroit. À comparer en dessous avec un ChordNames

Mon code :

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

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

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

accords = \chordmode {
  \bar "[|:"
  \repeat unfold 3 { c1:7+ } \set Score.repeatCommands = #'((volta "1.") ) d2:m7 g:7 \break
  \set Score.repeatCommands = #'((volta #f)  end-repeat)
  \stopStaff
  s1*3 \startStaff \set Score.repeatCommands = #'((volta "2.") ) f1:7+
  \set Score.repeatCommands = #'((volta #f))
  \bar ".."
}
 
\defineBarLine "|-|" #'("|" "|" "|")

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



\new Score {
  <<
  \new ChordNames \chordmode { c1:7+ }
  \new Staff { c''1}
  >>
}

-- 
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]