bug-lilypond
[Top][All Lists]
Advanced

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

Issue 419 in lilypond: 2.11.30: ... (ly:font-load "aybabtu"): font.scm:1


From: codesite-noreply
Subject: Issue 419 in lilypond: 2.11.30: ... (ly:font-load "aybabtu"): font.scm:175:29: #<unknown port>:138:24: missing close paren
Date: Tue, 21 Aug 2007 05:20:25 -0700

Issue 419: 2.11.30: ... (ly:font-load "aybabtu"): font.scm:175:29: #<unknown 
port>:138:24: missing close paren
http://code.google.com/p/lilypond/issues/detail?id=419

New issue report by trevorbaca:
2.11.30 generates the following fatal error:

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.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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