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

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

systemStartDelimiter


From: Vincent Gay
Subject: systemStartDelimiter
Date: Wed, 1 Mar 2023 10:30:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Bonjour chers lilypondiens

dans le code ci-dessous comment faire disparaître la disgracieuse ligne verticale en début de ligne  ?

J'imagine qu'il faut jouer avec Score.systemStartDelimiter mais je n'arrive pas à le faire passer à false.

Merci d'avance



\version "2.24.0"

\paper {
  ragged-last = ##f
}

\layout {
  \context {
    \RhythmicStaff
    \override VerticalAxisGroup.staff-staff-spacing =
    #'((minimum-distance . 10 ))
    \RemoveAllEmptyStaves
    \override StaffSymbol.line-count = 0
    \remove Time_signature_engraver
    \remove Bar_engraver
  }
}

Basse =  \relative c {
  \clef "bass" \time 4/4 \key f \major
  d2  f,2 |
  bes4.  a8 ~  a4  cis4 |
  d2  f,2 |
  bes4.  a8 ~  a4  cis4 |
  \bar "|."
}

GridRhythm = \relative c, {
  \improvisationOn
  \repeat unfold 2 { a4-. r4 4-. r4 4-. r8 8~ 2 }
}

accords = \chordmode {
  \repeat unfold 2 { d2:m6 f:7 bes4.:7 a8:7 s2 }
}

\score {
  <<
    \new RhythmicStaff  \GridRhythm
    \new ChordNames \accords
    \new Staff \with { instrumentName = Bass } \Basse
  >>
  \layout {

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