Re: Grace notes and doubled bar line

2016-10-31 Thread David Sumbler
On Mon, 2016-10-31 at 23:35 +1100, Andrew Bernard wrote:
> Hi David,
> 
> You have stumbled upon a known lilypond issue with grace notes. Have
> a read of the 'known issues and warnings' section under Grace Notes
> in the NR, Section 1.2.6 which explains this and what to do, which
> you have effectively discovered yourself.
> 
> Andrew

Thanks for that.  The solution is simple, but as usual I thought I must
have done something stupid, rather than that a Lilypond bug was at
work.

David

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Grace notes and doubled bar line

2016-10-31 Thread Andrew Bernard
Hi David,

You have stumbled upon a known lilypond issue with grace notes. Have a read of 
the 'known issues and warnings' section under Grace Notes in the NR, Section 
1.2.6 which explains this and what to do, which you have effectively discovered 
yourself.

Andrew




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Grace notes and doubled bar line

2016-10-31 Thread David Sumbler
\version "2.19.48"

\language "english"

vn =
\new Staff \relative g'' { 
  g1 \bar "||" \time 6/8 \tempo "Vivace"
  R2. | \grace { g16( a } g4.) g |
}

vc =
\new Staff \relative g' {
  g2 g \bar "||" \time 6/8 \tempo "Vivace"
  \grace { g16( a } g2.) ~ | g |
}

\score {
  \new StaffGroup <<
\vn
\vc
  >>
}

The above compiles to give two double bars at the time change, each
complete with new time signature and tempo marking.  The grace notes in
the lower part are printed between the 2 barlines.  I want the grace
notes to appear after the barline as usual.

The funny thing is that if I change the second line of the upper part
to "\grace { g16( a } g4.) g | R2. |", so that the upper and lower
parts both have grace notes immediately following the double bar, it
compiles as I would wish.

Where am I going wrong?

David 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user