lilypond-user
[Top][All Lists]
Advanced

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

Segmentation Fault in music with cueDuring


From: Patrick Karl
Subject: Segmentation Fault in music with cueDuring
Date: Tue, 29 Dec 2015 13:38:19 -0600
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

The following snippet contains three \score's, the third one commented out:

%%%   Begin snippet %%%
\version "2.19.32"

music =   {
    \tag #'noCues R1
    \tag #'Cues {\cueDuring #"cueNotes" #DOWN  R1 }    % 1
    d''8( e'' f'') r r2                                % 2
}

cueNotes = \relative c'' {
   s4. <g d'~>8 d' s4.    % 1
}

\addQuote "cueNotes" \cueNotes

\score { \new Staff {\cueNotes }  }

\score {  \new Staff { \removeWithTag#'Cues \music } }

%\score { \new Staff { \keepWithTag#'Cues \music }  }

%%%   End snippet %%%

This snippet compiles ok, but if the third \score is uncommented, then lilypond terminates with:

.
.
.
Preprocessing graphical objects...
Grob count 156
[lilypond_serif_3.068359375]
Interpreting music...Segmentation fault: 11

The problem appears to be the construct "<g d'~>8 d' " in the cueNotes. Does anyone know why?




reply via email to

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