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

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

Test insuffisant


From: Vincent Gay
Subject: Test insuffisant
Date: Thu, 4 Aug 2022 22:30:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hello tous, Hello Jean,

lorsque j'ai testé les reprises alternatives dans la grille harmonique il semble que mon test ne soit pas allé assez loin. Si je rajoute ne serait-ce qu'une ligne de plus apparaît un écart entre les ligne que je ne sais comment résorber





Le code

\version "2.23.11"
\paper {
  ragged-right = ##f
  indent = 0
  system-system-spacing =
  #'((basic-distance . 0)
     (minimum-distance . 20)
     (padding . 0)
     (stretchability . 0))
}
 
\layout {
  \context {
    \ChordGridScore
    \remove Volta_engraver
    \remove Staff_collecting_engraver
    startRepeatBarType = #"[|:"
    endRepeatBarType = #":|]"
    doubleRepeatBarType = #":|][|:"
  }
  \context {
    \ChordGrid
    \consists Volta_engraver
    \consists Staff_collecting_engraver
  }
}

\score {
\new ChordGridScore <<
  \new ChordGrid \chordmode {
    \bar "[|:"
    \repeat volta 2 {
      \repeat unfold 3 {  c1:7  }
      <<
        \alternative {
          \volta 1 { c1:7 }
        }
        \new ChordGrid {
          \alternative {
            \volta 2 { c1:7 \bar "||"  }
          }
          \stopStaff  }
      >>
    }
    \break
    \repeat unfold 4 {  c1:7  } \break
    \repeat unfold 4 {  c1:7  }
  }
  >>
  \layout { \enablePolymeter }
}
-- 
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]