bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 1302 in lilypond: time engraved twice when starting with an acciac


From: lilypond
Subject: Issue 1302 in lilypond: time engraved twice when starting with an acciaccatura
Date: Thu, 07 Oct 2010 04:16:46 +0000

Status: Accepted
Owner: ----
Labels: Type-Other

New issue 1302 by RalphBugList: time engraved twice when starting with an acciaccatura
http://code.google.com/p/lilypond/issues/detail?id=1302

% 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
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]