lilypond-devel
[Top][All Lists]
Advanced

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

2.1.25 under Cygwin


From: Nigel Warner
Subject: 2.1.25 under Cygwin
Date: Sun, 22 Feb 2004 18:09:41 -0000


Dear All,

        My apologies for submitting this to the development list
        but I'm not sure if I have a bug or if some feature of Lilypond
        has changed for the 2.1.25 release for Cygwin.

        Anyway, all attempts to run lilypond-book now produce the following
        error: Any ideas ?

        Regards,

        Nigel.

Source
file -------------------------------------------------------------------

\documentclass[10pt]{book}
\usepackage{graphicx}
\usepackage[width=6.000000in,top=1.500000in,bottom=0.250000in]{geometry}
\begin{document}
\begin{titlepage}
\begin{center}
\begin[staffsize=16]{lilypond}
\version "2.1.25"

fluteAA = \notes {
 \clef treble
 \time 3/4
 \key g\major
 \partial 4
 \times 2/3  { d'8 e' fis' }  | %% Bar 1
 g'4 fis' g' | %% Bar 2
 a' a'2 | %% Bar 3
  ~ a' r4 | %% Bar 4
  }
\score {
       <<
    \context Staff = fluteA {
     \context Voice { \fluteAA }
      }
       >>
      \paper {
  }
}
\end{lilypond}
\end{center}
\end{titlepage}
\end{document}


LOG Snippet -----------------------------------------------

lilypond-book (GNU LilyPond) 2.1.25
Opening pipe `kpsexpand \$TEXMF'
Opening pipe `kpsewhich -expand-path=\$T1FONTS'
Reading SheMoved1.tex...
Dissecting...
Traceback (most recent call last):
  File "/bin/lilypond-book", line 887, in ?
    main ()
  File "/bin/lilypond-book", line 884, in main
    do_file (files[0])
  File "/bin/lilypond-book", line 782, in do_file
    textwidth = get_latex_textwidth (source)
  File "/bin/lilypond-book", line 671, in get_latex_textwidth
    preamble = source[:m.start (0)]
AttributeError: 'NoneType' object has no attribute 'start'
Return status 1





reply via email to

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