bug-lilypond
[Top][All Lists]
Advanced

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

Re: Second staff beginning with an acciaccatura defeats "\override Staff


From: Štěpán Němec
Subject: Re: Second staff beginning with an acciaccatura defeats "\override Staff.TimeSignature #'stencil = ##f" in the first staff
Date: Sat, 18 Aug 2012 02:13:37 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Aug 18, 2012 at 01:53:21AM +0200, Reinhold Kainhofer wrote:
> On 2012-08-18 01:47, Štěpán Němec wrote:
> >
> >% here, the first staff gets time signature, but shouldn't
> >
> >\version "2.14.2"
> >
> >\new PianoStaff <<
> >   \new Staff {
> >     \override Staff.TimeSignature #'stencil = ##f
> >     c
> >   }
> >   \new Staff {
> >     \override Staff.TimeSignature #'stencil = ##f
> >     \acciaccatura c c
> >   }
> >>>
> 
> Same problem as we have in all cases when one voice starts with
> grace notes... You need to add spacer grace notes too all other
> staves, too:
> 
> \version "2.14.2"
> 
> \new PianoStaff <<
>   \new Staff {
>     \override Staff.TimeSignature #'stencil = ##f
>     \acciaccatura s c
>   }
>   \new Staff {
>     \override Staff.TimeSignature #'stencil = ##f
>     \acciaccatura c c
>   }
> >>

Thank you very much. Now I see issue 34* covers that already. On the
other hand, given that that enhancement request is about to celebrate
its sixth birthday in September, maybe this workaround should be
documented somewhere for the time being? It took me quite some effort to
isolate the problem, and I did search and read various parts of the
documentation during the process, to no avail...

* https://code.google.com/p/lilypond/issues/detail?id=34

-- 
Štěpán



reply via email to

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