Menu

#1302 time engraved twice when starting with an acciaccatura

Verified
nobody
None
Other
2010-10-08
2010-10-06
Anonymous
No

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
}

Related

Issues: #34

Discussion

  • Google Importer

    Google Importer - 2010-10-07

    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.

     
  • Google Importer

    Google Importer - 2010-10-07

    Originally posted by: Carl.D.S...@gmail.com

    Duplicate of 34.

    Mergedinto: 34
    Status: Duplicate

     
  • Google Importer

    Google Importer - 2010-10-08

    Originally posted by: jameseli...@googlemail.com

    (No comment was entered for this change.)

    Mergedinto: -34
    Status: Verified

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.