On Monday 16 May 2005 08.27, David Bobroff wrote:
> In the following example the appoggiatura note appears in its own
> measure.  It should appear after the double bar.

This is a known problem, and a consequence of the way grace notes work now.

The workaround is to use

{ s1 bar "||" \grace s8 }

this will push the barline an infinitesimal 8th backward.

> \version "2.5.25"
>
> mus = \relative c' {
>   R1
>   \appoggiatura c8
>   c'1
>
> }
>
> bars = {
>   s1
>   \bar "||"
> }
>
> \score {
>   \context Staff
>   <<
>     \mus
>     \bars
>
> }

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/doc/v2.5/bugs/out/index.html


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to