This is a clear bug, which is a regression againts version 2.10.
I forward it to bug-lilypond. Perhaps Graham finds the example
too complicated, so it would be good if you can reduce it to a
minimal example that illustrates the same problem.
The problem may be somewhat related to
http://code.google.com/p/lilypond/issues/detail?id=446
/Mats
Till Rettig wrote:
Hi, what is happening here? The first bar shows the version that a
want, the second then adds some markup text -- and screws the rest
totally up!
Greetings
Till
%%%%%%%%%%
%EXAMPLE
%%%%%%%%%%
\version "2.11.33"
u = { \change Staff = upper \stemDown \slurDown }
m = { \change Staff = lower \stemUp \slurUp }
sdown = {\stemUp \slurDown }
sup = {\stemUp \slurUp }
smid = {\stemDown \slurDown }
bass= \relative c {
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\set subdivideBeams = ##t
\set Voice.beatLength = #(ly:make-moment 1 8)
\times 2/3 {\stemUp r16 e,[\( b' g' \u b e] a[ g e\) \m \clef violin
ais\( b e] \u fis g b } e8\) \m
\clef bass
\times 2/3 {\stemUp r16 e,,,,_\markup{ \small \italic "m. g."}[\( b'
g' \u b^\markup{ \small \italic "m. d."} e] a[ g e\) \m \clef violin
ais_\markup{ \small \italic "m. g."}\( b e] \u fis^\markup{ \small
\italic "m. d."} g b } e8\) \m }
\score {
\new PianoStaff { << \new Staff = "upper" \new Voice { \clef treble
\time 6/8 s4 s s s s}
\new Staff = "lower" \new Voice {\clef bass \bass }
>> }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user