bug-lilypond
[Top][All Lists]
Advanced

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

ChordNames change measure widths


From: Malte Meyn
Subject: ChordNames change measure widths
Date: Mon, 12 Nov 2018 17:05:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

Hi list,

the following code produces measures of different length: The measures containing a ChordName are narrower than the others. That’s a bug, isn’t it?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.82"

<<
  \chords {
    s1*4 % try also s1*3 and see the line break move
    g1*3
    d1
  }
  \new Staff {
    \repeat unfold 16 d''16
    R1*8
  }
>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]