David Kastrup <[email protected]> writes:
> Example file:
>
> timetrack =
> {
> \set Score.skipTypesetting = ##t
> \skip 1
> \set Score.skipTypesetting = ##f
> \skip 1*2
> }
>
> music =
> {
> c1\mf
> c1\f
> c1\ff
> }
>
>
> \score {
> << \music
> \context Staff \timetrack
> >>
> \midi { }
> }
Ok, I must have done something wrong, the parallel tracks are a red
herring. It suffices to do
\score {
{
\set Score.skipTypesetting = ##t
c1\mf
\set Score.skipTypesetting = ##f
c1\f
}
\midi { }
}
My guess is that starting with skipTypesetting set may trigger the
problem.
--
David Kastrup
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond