Dear Developers,

        Gnash, Gnash.... using 2.1.26 under Cygwin it appears that the
        previous beheviour of lilypond-book has been furtwanglered.

        How do I now get:

        \begin[staffsize=26,raggedright]{lilypond}
          panfluteAA = \notes {
          \time 3/4
         r2 \times 2/3 { d'8 e' g' }  |
         g'4 fis' g' |
         a' a'2  ~ | a' g'8( e')  
         }
         \score {
          \context Voice
          \panfluteAA
         }
        \end{lilypond}

        to appear exactly as is in a LaTeX document. I am, you guessed it,
        writing a few paragraphs about Lilypond and want to give an example
        of a complete insert of Lilypond code in a LaTeX document. Using an
        enclosing verbatim argument to Lilypond would result in two \end{lilypond}
        statements which I am not even going to bother to try to compile. 

        Previously the \begin{verbatim} \end{verbatim} LaTeX environment was
        honoured but now I get:

        {\parindent 0pt
        [EMAIL PROTECTED]
        \ifx\preLilyPondExample\preLilyPondExample\fi
        \def\lilypondbook{}
        \input lily-1375627415.tex
        \ifx\preLilyPondExample\postLilyPondExample\fi
        [EMAIL PROTECTED]
        
        appearing in the output instead of my example. Is this a bug or has this
        facility dissapeared.

        Regards,

        Nigel.




_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to