Re: Two time signature at start of system

2014-10-02 Thread MING TSANG
Behalf Of MING TSANG Sent: Thursday, October 02, 2014 5:50 AM To: lilypond-user@gnu.org Subject: Two time signature at start of system Dear lilyponders, I didn't realize until I have coded a hymn with 92 measures that two time signature at bar #78. So I code a test version just bar 76-79 to

RE: Two time signature at start of system

2014-10-02 Thread Mark Stephen Mrotek
ypond-user@gnu.org Subject: Two time signature at start of system Dear lilyponders, I didn't realize until I have coded a hymn with 92 measures that two time signature at bar #78. So I code a test version just bar 76-79 to show the problen system. I have been playing with code and still couldn&

Re: Two time signature at start of system

2014-10-02 Thread MING TSANG
Sorry, I mix up Simon and Patrick. Thanks for the answer. Immanuel, Ming On Thursday, October 2, 2014 9:03 AM, MING TSANG wrote: Thank you Simon and Kieren, Immanuel, Ming On Thursday, October 2, 2014 8:59 AM, pls wrote: It’s the “grace note bug”. Workaround: insert \acciacatura s8

Re: Two time signature at start of system

2014-10-02 Thread MING TSANG
Thank you Simon and Kieren, Immanuel, Ming On Thursday, October 2, 2014 8:59 AM, pls wrote: It’s the “grace note bug”. Workaround: insert \acciacatura s8 after \time 6/8 in your right-variable. hth patrick On 02.10.2014, at 14:50, MING TSANG wrote: Dear lilyponders, >I didn't realize un

Re: Two time signature at start of system

2014-10-02 Thread pls
It’s the “grace note bug”. Workaround: insert \acciacatura s8 after \time 6/8 in your right-variable. hth patrick On 02.10.2014, at 14:50, MING TSANG wrote: > Dear lilyponders, > I didn't realize until I have coded a hymn with 92 measures that two time > signature at bar #78. So I code a test

Re: Two time signature at start of system

2014-10-02 Thread Simon Albrecht
Am 02.10.2014 um 14:50 schrieb MING TSANG: Dear lilyponders, I didn't realize until I have coded a hymn with 92 measures that two time signature at bar #78. So I code a test version just bar 76-79 to show the problen system. I have been playing with code and still couldn't remove one of them.

Re: Two time signature at start of system

2014-10-02 Thread Kieren MacMillan
Hi Ming, This is a known issue: You need to add a grace note skip to the other staff context(s) in order to synchronize. Hope this helps! Kieren. ___ Kieren MacMillan, composer

Two time signature at start of system

2014-10-02 Thread MING TSANG
Dear lilyponders, I didn't realize until I have coded a hymn with 92 measures that two time signature at bar #78. So I code a test version just bar 76-79 to show the problen system. I have been playing with code and still couldn't remove one of them. What should I do? Also, I run just the "righ