lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: horizontal offset bug of skip markups


From: Werner LEMBERG
Subject: Re: horizontal offset bug of skip markups
Date: Tue, 25 Aug 2009 07:52:42 +0200 (CEST)

> Both the note and the spacer in the second bar are positioned in
> roughly the centre of the bar, although interestingly not quite in
> identical positions.  I don't know why they differ slightly, but you
> see my point.

Here's another example -- it's yours slightly extended -- which
probably sheds more light on the bug.

> It seems that example is a rather fortuitous special case which
> works only because of the extra markup.  It's beginning to look as
> if there might be a bug here after all.

This is probably related to the non-s1 full rest skip...


    Werner


======================================================================


\layout {
 ragged-right = ##f
}

\score { {
 s1
 \time 7/8 a'8*7^"foobar"
} }
\score { {
 s1
 \time 7/8 a'8*7^"foobar"
 \time 4/4
} }

\score { {
 s1
 \time 7/8 s8*7^"foobar"
} }
\score { {
 s1
 \time 7/8 s8*7^"foobar"
 \time 4/4
} }

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]