Re: crash with \partcombine \repeat tremolo when voices cross

2013-05-22 Thread Ralph Palmer
On Fri, May 17, 2013 at 4:41 AM, Eluze elu...@gmail.com wrote:

 reported in the French community

 http://lilypond-french-users.1298960.n2.nabble.com/Probleme-avec-repeat-tremolo-en-partcombine-tp7579661.html

 I couldn't find this in the many issues about \partcombine

 you can circumvent this problem by adding explicit beaming in both voices
 for the critical notes (but dozens of warnings and errors still appear)


Thanks, Eluze. This has been added as Issue 3374 :
https://code.google.com/p/lilypond/issues/detail?id=3374

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


crash with \partcombine \repeat tremolo when voices cross

2013-05-17 Thread Eluze
reported in the French community
http://lilypond-french-users.1298960.n2.nabble.com/Probleme-avec-repeat-tremolo-en-partcombine-tp7579661.html

I couldn't find this in the many issues about \partcombine

you can circumvent this problem by adding explicit beaming in both voices
for the critical notes (but dozens of warnings and errors still appear)

here is the code:

\version 2.16.0 
FluteI = \relative c'' { 
\time 3/4 
\repeat tremolo 6 {c16 e} 
\repeat tremolo 6 {c16 e} 
}   
FluteII = \relative c'' { 
\time 3/4 
\repeat tremolo 6 {g16 b} 
\repeat tremolo 6 {g16 g'} } 
\score { 
   
\new Staff \FluteI 
\new Staff \FluteII 
\new Staff \partcombine \FluteI \FluteII 
   
}
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/crash-with-partcombine-repeat-tremolo-when-voices-cross-tp146036.html
Sent from the Bugs mailing list archive at Nabble.com.

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