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:59:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On peut faire des trucs avec 😁



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

\paper {
  indent = 0
  ragged-right = ##f
    system-system-spacing = #'((basic-distance . 0)
                             (minimum-distance . 0)
                             (padding . 0))
}


accords = \chordmode {
c1 g
\once \override Score.RehearsalMark.extra-offset = #'(0 . -30)
 \mark \markup \concat { \fontsize #4 "⭯ " \raise #0.5  "Quartes - Quintes" \fontsize #4 " ⭮" }
d a \break
f \stopStaff s s \startStaff e \break
bes \stopStaff s s \startStaff b \break
es as des2 cis fis1
\once \override Score.RehearsalMark #'direction = #DOWN

}
 
\defineBarLine "|-|" #'("|" "|" "|")

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



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