Originally created by: *anonymous
Originally created by: RalphBug...@gmail.com
% resulting pdf not OK: time (=5/4) is engraved twice,
% the 'b' at different positions for the staffs
% the acciaccatura is betwwen the time marks
\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
}
Originally posted by: wbsoft
Isn't this a known issue (Notation, Rhythms, Special rhythmic concerns, Grace notes)?
inserting \grace s8 in voiceA solves the problem.
Originally posted by: pkx1...@hotmail.com
This one https://code.google.com/p/lilypond/issues/detail?id=34
Related
Issues: #34
Originally posted by: Carl.D.S...@gmail.com
Duplicate of 34.
Mergedinto: 34
Status: Duplicate
Originally posted by: jameseli...@googlemail.com
(No comment was entered for this change.)
Mergedinto: -34
Status: Verified