lilypond-devel
[Top][All Lists]
Advanced

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

Re: kainhofer docs not updating


From: Joseph Wakeling
Subject: Re: kainhofer docs not updating
Date: Tue, 08 Sep 2009 12:46:42 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

John Mandereau wrote:
> Le mardi 08 septembre 2009 à 12:30 +0200, Joseph Wakeling a écrit :
>> [century_schoolbook_l_serif_3.0673828125]Segmentation fault (core
>> dumped)
>> command failed: /home/myusername/code/lily/out/bin/lilypond 
> 
> What is the snippet that causes a segmentation fault?

It's trying to build BUILD-DIR/out/lybook-db/snippet-names--494188324.ly
whose content is:

    snippet-map--494188324.ly
    c3/lily-e7ee339b.ly
    98/lily-8b8d1acf.ly

The two snippets are respectively as follows:

%% Generated by lilypond-book.py

%% Options: [alt=[image of
music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"



% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {

}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "page-spacing-system-count-overfull.ly"
\sourcefileline 0
\version "2.13.4"

\header {
  texidoc = "Page breaking doesn't crash when the line-breaking
is invalid."
}

\book {
  \paper {
    system-count = #1
  }

  \repeat unfold 20 { c d e f }
}



% ****************************************************************
% end ly snippet
% ****************************************************************


%% Generated by lilypond-book.py
%% Options: [alt=[image of
music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"



% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {

}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "warn-unterminated-span-dynamic.ly"
\sourcefileline 0
\version "2.13.4"

#(ly:set-option 'warning-as-error #f)

\header {
  texidoc = "A warning is printed if a dynamic spanner is
unterminated."
}

<<
  \new Staff {
    % warning expected: unterminated crescendo
    c'1\<
  }
  \new Staff {
    % warning expected: unterminated decrescendo
    c'1\>
  }
>>




% ****************************************************************
% end ly snippet
% ****************************************************************





reply via email to

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