bug-lilypond
[Top][All Lists]
Advanced

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

Re: bug: grace notes before double bar line


From: Paul Scott
Subject: Re: bug: grace notes before double bar line
Date: Sat, 13 Jul 2013 13:22:10 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Jul 13, 2013 at 10:10:11PM +0200, Karol Majewski wrote:
> The bug occurs in 2.16.2 when using global section:

This is an age-old "feature" of Lilypond.  See the warnings in 1.2.6 in 
the Notation Manual.

> %%%%%%%%%%%%%%%%
> \version "2.16.2"
> 
> global= {
>   \time 4/4
>   \key c \major
>   s4*4 \bar "||"

    \grace s8  %here should fix the problem

HTH

Paul Scott

>   s4*4 \bar "|."
> }
> 
> violinOne = \relative c'' {
>   c1
>   \grace f8 e1
> }
> 
> violinTwo = \relative c'' {
>   g2 f
>   e1
> }
> 
> \score {
>   \new StaffGroup <<
>     \new Staff << \global \violinOne >>
>     \new Staff << \global \violinTwo >>
>   >>
> }
> %%%%%%%%%%%%%%%%
> 
> I wonder if it happens in 2.17. Anyway....I need a quick workaround for
> this... is it possible to shift this double bar line somehow?
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> 




reply via email to

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