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

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

Re: Cherchez l'erreur


From: Vincent Gay
Subject: Re: Cherchez l'erreur
Date: Sat, 5 Aug 2023 18:46:06 +0200
User-agent: Mozilla Thunderbird

Je pense faire un report de bug dans les termes suivant :

\version "2.24.0"

\layout {
  \context {
    \Score
    \omit BarNumber
} }

musique =  \relative  {
   c''1 \break
  \repeat volta 2 { c2. c4~ }
  \alternative { { 4 r2. } { c4 \repeatTie r4 r2 } }  R1
  \bar ".."
}

Basse = \relative { \clef "bass" c1 R1*2 }

\score {
  <<
    \new Staff \musique
    \new Staff \with { \RemoveEmptyStaves } \Basse
  >>
}

% the result is as expected but with the following warning:
%%% programming error : could not find this grob's vertical axis group in the vertical alignment

% cet avertissement disparaît dans l'un quelconque des cas suivants :
%
%     If I delete \omit BarNumber in the layout (raw 6)
%     If I delete  \with { \RemoveEmptyStaves } in the \score bloc raw 21
%     if the second alternative is extended by one additional bar
%     If I add a \break at the end of the 2nd alternative

Votre avis ? Le bug est franchement mineur, cela vaut-il le coup ?

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