[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3374 in lilypond: crash with \partcombine \repeat
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3374 in lilypond: crash with \partcombine \repeat tremolo when voices cross |
Date: |
Wed, 22 May 2013 12:49:43 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Crash
New issue 3374 by address@hidden: crash with \partcombine \repeat
tremolo when voices cross
http://code.google.com/p/lilypond/issues/detail?id=3374
Eluze 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)
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
>>
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lilypond-auto] Issue 3374 in lilypond: crash with \partcombine \repeat tremolo when voices cross,
lilypond <=