bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange "programming error: Loose column ..."


From: Malte Meyn
Subject: Re: Strange "programming error: Loose column ..."
Date: Fri, 27 Dec 2019 00:45:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1



Am 27.12.19 um 00:33 schrieb Thomas Morley:
Hi,

the following code returns
programming error: Loose column does not have right side to attach to.
for all versions from 2.14.2 up to 2.21.0
No error for 2.12.3

{
   \set Score.defaultBarType = #""
   r2
   b1\glissando
   c'
}

You don’t need the glissando to get that error:

\version "2.21.0"
{
  \set Score.defaultBarType = ""
  2
  1
}



reply via email to

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