Hello Thomas,

Not a bug, but a feature : you have to add graces in all voices :

\version "2.19.44"

<<
  {
    c'1
    \break
    \time 15/16
    \grace a'16 b'2...
  }

  {
    R1
    \break
    \time 15/16
    \grace s16 c'2...
  }
>>

JM

> Le 10 févr. 2017 à 23:23, Thomas Weber <t...@notabit.eu> a écrit :
> 
> Dear all,
> 
> 
> I need help with the following situation:
> 
> 
> \version "2.19.54"
> 
> <<
> {
>  c'1
>  \break
>  \time 15/16
>  \grace a'16 b'2...
> }
> 
> {
>  R1
>  \break
>  \time 15/16
>  c'2...
> }
> >>
> 
> 
> This results in the attached output.  Is that a bug or is this supposed to be 
> encoded differently?  There are dirty workarounds:
> 
> * I can fix it by removing the \time from the bottom staff.
> * I can add a "grace space" to the bottom staff[1]
> 
> Both solutions have the following disadvantages I want to avoid:
> 
> * The staffs won't work standalone (missing time signature or broken spacing).
> * I have to analyze all other staffs when writing out one staff.
> 
> I'm looking for a reliable solution that works well for auto-generating 
> Lilypond code.
> 
> 
> Highly appreciating any help on this,
> Thomas Weber
> 
> 
> [1] https://lists.gnu.org/archive/html/lilypond-user/2004-08/msg00258.html
> 
> <time-sigs-flawed.png>_______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to