Il 20/01/2013 15:46, Werner LEMBERG ha scritto:
[release/2.17.9-1-62-g51d4e23]
The attached images show the output of the small snippet below with
and without the `\include' line commented out.
\version "2.17.10"
\include "articulate.ly"
\relative c'' {
\appoggiatura { g16 } a4
}
I think this is a bug: IMHO, the inclusion of `articulate.ly' (without
actually using it) must not alter the visual appearance of any grob.
Werner
This has been reported already as issue 2877:
http://code.google.com/p/lilypond/issues/detail?id=2877
James, this still affects current master (which includes the patches
from Zefram).
The turnaround is moving the include after the music:
\version "2.17.10"
%\include "articulate.ly"
music = \relative c'' {
\appoggiatura { g16 } a4
}
\include "articulate.ly"
\score {
\music
}
--
Federico
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond