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

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

Re: \enablePolymeter effets de bord


From: Vincent Gay
Subject: Re: \enablePolymeter effets de bord
Date: Tue, 26 Jul 2022 17:56:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Le 26/07/2022 à 17:40, Vincent Gay a écrit :
\once \override BarLine.glyph-left = "||"

Je n'avais pas fais attention aux commentaire de Lily. Les voici :

Avertissement : vérification du type de propriété pour « glyph-left » (backend-type?) non trouvée Probable faute de frappe

Avertissement : affectation ignorée


Le code (est-ce là qu'il fallait le mettre ? )

\version "2.23.10"
\include "jazzchords.ily"
\include "lilyjazz.ily"

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

\layout {
  %\enablePolymeter
  \context {
    \ChordGridScore
    \remove Volta_engraver
    \remove Staff_collecting_engraver
    startRepeatBarType = #"[|:"
    endRepeatBarType = #":|]"
    doubleRepeatBarType = #":|][|:"
    rehearsalMarkFormatter = #format-mark-box-letters
  }
  \context {
    \ChordGrid
    \consists Volta_engraver
    \consists Staff_collecting_engraver
  }
}

\new ChordGrid \chordmode {
  \bar "[|:"
  \repeat volta 2 {
   \repeat unfold 3 {  c1:7  }
    <<
      \alternative {
        \volta 1 { c1:7 }
      }
      \new ChordGrid {
        \alternative {
          \volta 2 { c1:7 \once \override BarLine.glyph-left = "||" }
        }
     \stopStaff  }
    >>
  }
  \break
  \repeat unfold 4 {  c1:7  }

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