|
From: | Graham Percival |
Subject: | Re: \betweenLilyPondSystem : strange behaviour |
Date: | Sat, 30 Jun 2007 17:22:18 -0700 |
User-agent: | Thunderbird 1.5.0.12 (Macintosh/20070509) |
Jean-Charles wrote:
It seems to me that as long as there is no "header" section in the lilypond environment, the first two systems get sticked together.Uncommenting the header line makes it work correctly. ======== sticky.lytex ========= \documentclass[a4paper,12pt]{book} \usepackage[frenchb]{babel} \newcommand{\betweenLilyPondSystem}[1]{\linebreak \vspace{36pt}} \begin{document} \begin{lilypond} % \header {title = " "} {c'1\( e'( c'~ \break c' d) e f \break c' d) e f\)} \end{lilypond} \end{document} ================================= Is this my fault or not ?
I suspect that this is a real bug, but I would still like an example which is --> as small as possible <--.
- can you reproduce this bug without the frenchb bable command? I'm certain that you can, so please remove this line.
- can you reproduce this bug wihout any ties or slurs? I'm not certain about this; if you can, then remove all those marks.
- is there anything else you can remove from your test file such that you can still display the error? If so, remove it.
Creating extremely simple test files is very important. The quicker we can see the problem in each test case, the more bugs we can fix.
Cheers, - Graham
[Prev in Thread] | Current Thread | [Next in Thread] |