lilypond-user
[Top][All Lists]
Advanced

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

Is there any lilypond-book programer?


From: Marcos Press
Subject: Is there any lilypond-book programer?
Date: Fri, 18 Oct 2013 19:18:24 -0300

Hi list!

I'm still having problems with lilypond-book.
Am I doing something wrong?

The file:

###
\documentclass[a4paper]{article}

\begin{document}
Some text and now\\
\begin[notime]{lilypond}
 \relative{c4 d e f g a b c}
\end{lilypond}
Some notes.
\end{document}
###

Command and terminal output (since is the only output I end up with, no .aux .log , anything):

###
$ lilypond-book --output=out --pdf test.tex
lilypond-book (GNU LilyPond) 2.17.28
Reading test.tex...
Running `pdflatex' on file `/tmp/tmp_AuT9R.tex' to detect default page settings.

Dissecting...
Traceback (most recent call last):
  File "/home/tdy/lilypond/usr/bin/lilypond-book", line 773, in ?
    main ()
  File "/home/tdy/lilypond/usr/bin/lilypond-book", line 756, in main
    chunks = do_file (files[0])
  File "/home/tdy/lilypond/usr/bin/lilypond-book", line 617, in do_file
    do_process_cmd (chunks, input_fullname, global_options)
  File "/home/tdy/lilypond/usr/bin/lilypond-book", line 475, in do_process_cmd
    output_files = split_output_files (options.lily_output_dir)
  File "/home/tdy/lilypond/usr/bin/lilypond-book", line 465, in split_output_files
    for subdir in glob.glob (os.path.join (directory, '[a-f0-9][a-f0-9]')):
  File "/home/tdy/lilypond/usr/lib/python2.4/glob.py", line 24, in glob
    list = glob(dirname)
  File "/home/tdy/lilypond/usr/lib/python2.4/glob.py", line 24, in glob
    list = glob(dirname)
  File "/home/tdy/lilypond/usr/lib/python2.4/glob.py", line 24, in glob
    list = glob(dirname)
  File "/home/tdy/lilypond/usr/lib/python2.4/glob.py", line 37, in glob
    sublist = glob1(dirname, basename)
  File "/home/tdy/lilypond/usr/lib/python2.4/glob.py", line 50, in glob1
    return fnmatch.filter(names,pattern)
  File "/home/tdy/lilypond/usr/lib/python2.4/fnmatch.py", line 47, in filter
    _cache[pat] = re.compile(res)
  File "/home/tdy/lilypond/usr/lib/python2.4/sre.py", line 180, in compile
    return _compile(pattern, flags)
  File "/home/tdy/lilypond/usr/lib/python2.4/sre.py", line 227, in _compile
    raise error, v # invalid _expression_
sre_constants.error: bad character range
###

I had eliminate lilypond and tex with all their stuff from system instalation.
I reinstall all (lilypond, TexLive2013).
It doesn't matter the system configuration.
And I still have the exact same problem.

I'm really sorprised since it semas that there is no one else having these problem.
Actually, I'm thinking on reinstalling my complete system.

Thanks.
Marcos.

reply via email to

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