Re: Grace notes placed at the end of the prior bar

2014-05-26 Thread David Kastrup
Javier Ruiz-Alma  writes:

> This typeset places grace notes in the prior bar (see attached).
> How could this be accomplished?

\new StaffGroup
<<
  \new Staff \relative {
c''1 |
\grace { \bar "" d16( e) \bar "|" }
f1 |
  }
  \new Staff \relative {
g1~ |
g1 |
  }
>>

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


Re: Grace notes placed at the end of the prior bar

2014-05-26 Thread Urs Liska

Am 26.05.2014 05:10, schrieb Javier Ruiz-Alma:

This typeset places grace notes in the prior bar (see attached).
How could this be accomplished?
LilyPond NR/site is down today :(

Thanks!


Someone said that this is also conceptually an \afterGrace, but I still 
think it would be nice to have an option/override for \grace to print 
the grace notes before a barline (similar to the toBarline property of 
hairpins).


I've seen it many times that composers write grace notes before a 
barline to indicate that they should be played before the beat, but the 
notes/groups still belong to the following note (sometimes they are 
slurred, sometimes not).


Urs


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


Re: Grace notes placed at the end of the prior bar

2014-05-25 Thread Javier Ruiz-Alma
Solved!
Thanks to a user that emailed me the pertinent section of LR.

\afterGrace d1 { c16[ d] }



On Sunday, May 25, 2014 8:10 PM, Javier Ruiz-Alma  wrote:
 

>
>
>This typeset places grace notes in the prior bar (see attached).
>How could this be accomplished?
>LilyPond NR/site is down today :(
>
>
>Thanks!
>
>
>
>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Grace notes placed at the end of the prior bar

2014-05-25 Thread Federico Bruni
2014-05-26 5:10 GMT+02:00 Javier Ruiz-Alma :

> This typeset places grace notes in the prior bar (see attached).
> How could this be accomplished?
> LilyPond NR/site is down today :(
>
>
you can use \afterGrace

\afterGrace d1 { b16[ c] } d2.~ d4
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user