bug-lilypond
[Top][All Lists]
Advanced

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

Re: appoggiatura and \bar


From: Erik Sandberg
Subject: Re: appoggiatura and \bar
Date: Fri, 20 May 2005 00:23:55 +0200
User-agent: KMail/1.8

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




reply via email to

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