lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fix segfault with ambitus and ligature (Issue 1715) (issue4667055)


From: Carl Sorensen
Subject: Re: Fix segfault with ambitus and ligature (Issue 1715) (issue4667055)
Date: Sun, 10 Jul 2011 16:34:24 -0600

On 7/10/11 3:09 PM, "Neil Puttock" <address@hidden> wrote:

> On 7 July 2011 23:22,  <address@hidden> wrote:
>> On 2011/07/07 16:12:08, Neil Puttock wrote:
>>> 
>>> LGTM, though the regtest is still a bit messy.
>> 
>> What do you consider messy about the regtest?
> 
> Just a few nitpicks:
> 
> +\score{
> 
> + \context Staff="default" {
> 
> + \context{
> 
> + \consists Ambitus_engraver
> + \consists Mensural_ligature_engraver

Ahh, thanks.  Fixed now:

{
  \new Voice \with  {
    \consists Ambitus_engraver
    \consists Mensural_ligature_engraver
    } {
      \[ c'\longa c''\longa \]
    }
}

Thanks,

Carl




reply via email to

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