> I'm not to posting

I met a problem with lilypond-book 2.11.54 with Windows XP SP

When the complete file name includes a space, lilypond-book report a not
normalized file name and hangs.

This issue does'nt occur with 2.10.33

Sample to be copied in a directory having a space in it name

test1.lytex

% test1.lytex
% Teste la capacité de lilypond à gérer noms de fchiers
% comportant des espaces

\documentclass[a4paper,10pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Test des capacités de lilypondbook à gérer les noms de fichiers
contenant des espaces

\lilypondfile{test1.ly}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

test1.ly

%test1.ly
% Test de la capacité de lilypndbook a géré les noms long
% contenant des espaces
\version "2.11.54"

{
\clef treble
\key c \major
\relative c' {
c c c c c c c c c c c c }
}



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to