bug-lilypond
[Top][All Lists]
Advanced

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

Wrong glissando for notes with duration longa


From: Thomas Morley
Subject: Wrong glissando for notes with duration longa
Date: Tue, 3 Oct 2017 11:01:58 +0200

Hi all,

in Staff-context glissando is wrongly positioned if between notes with
duration \longa

\version "2.19.65"
\new Staff { c''\longa \glissando c'' }

Bug is present for 2.18.2 up to current master.
Worked in 2.16.2

All other tested durations are working as long as a suitable notehead
can be found:
\new Staff { c''8 \glissando c'' }
\new Staff { c''4 \glissando c'' }
\new Staff { c''2 \glissando c'' }
\new Staff { c''1 \glissando c'' }
\new Staff { c''1*2 \glissando c'' }
\new Staff { c''1*4 \glissando c'' }
\new Staff { c''1*8 \glissando c'' }
\new Staff { c''\breve \glissando c'' }
% works in MensuralStaff
\new MensuralStaff { c''\longa \glissando c'' }
% no notehead in Staff, glissando is correct, though
% works in MensuralStaff
\new Staff { c''\maxima \glissando c'' }
\new MensuralStaff { c''\maxima \glissando c'' }


Cheers,
  Harm



reply via email to

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