On Wed, Oct 6, 2010 at 5:39 PM, Frank lein <[email protected]> wrote:
> % resulting pdf not OK: time (=5/4) is engraved twice,
> % the 'b' at different positions for the staffs
> % the acciaccatura between the two time
>
> \version "2.12.3"
>
> voiceA = { \relative g' { a4 } }
> voiceBwithAcc = { \relative b, { \acciaccatura d8 d4 } }
>
> \score {
> \new PianoStaff <<
> \new Staff { \time 5/4 \key d \minor \voiceA }
> \new Staff { \time 5/4 \key d \minor \clef bass
> \voiceBwithAcc }
> >> % EndePino staff
> }
>
>
> % without \acciaccatura ... everthing is OK
> voiceB = { \relative b, { d4 } }
>
> \score {
> \new PianoStaff <<
> \new Staff { \time 5/4 \key d \minor \voiceA }
> \new Staff { \time 5/4 \key d \minor \clef bass \voiceB }
> >> % EndePino staff
> }
>
>
>
Submitted as Issue 1302. Thank you.
http://code.google.com/p/lilypond/issues/detail?id=1302
Ralph
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond