bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.11.30: ... (ly:font-load "aybabtu"): font.scm:175:29: #<unknown po


From: Trevor Bača
Subject: Re: 2.11.30: ... (ly:font-load "aybabtu"): font.scm:175:29: #<unknown port>:138:24: missing close paren
Date: Tue, 21 Aug 2007 07:42:22 -0500

On 8/21/07, Trevor Bača <address@hidden> wrote:
> 2.11.30 generates the following fatal error (entered as Google #419):
>
> GNU LilyPond 2.11.30
> Processing `0174.ly'
> Parsing...
> Interpreting music...
> Preprocessing graphical objects...
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing 
> systems.../Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/font.scm:175:29:
> In procedure scm_lreadrecparen in expression (ly:font-load "aybabtu"):
> /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/font.scm:175:29:
> #<unknown port>:138:24: missing close paren
>
>
> The inputfile is this:
>
> %%% BEGIN %%%
>
> \version "2.11.30"
>
> \new Score <<
>    \new Violin <<
>       \new ViolinPitches << c'4 >>
>       \new Bow << c'4 >>
>    >>
> >>
>
> \layout {
>    \context { \Staff
>       \type Engraver_group
>       \name ViolinPitches
>       \alias Staff
>    }
>    \context { \RhythmicStaff
>       \type Engraver_group
>       \name Bow
>       \alias Staff
>    }
>    \context { \GrandStaff
>       \name Violin
>       \alias GrandStaff
>       \accepts ViolinPitches
>       \accepts Bow
>    }
>    \context { \Score
>       \accepts Violin
>    }
> }
>
> %%% END %%%
>
> Note that 2.11.29 compiles with no errors at all.


Brace drawing is the problem. If anyone's got PianoStaff (or
GrandStaff) music in .30, the same error will result.


-- 
Trevor Bača
address@hidden

reply via email to

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