Menu

#385 \partcombine with grace notes results in incorrectly combined stems

Verified
nobody
Defect
2012-09-14
2007-06-25
Anonymous
No

Originally created by: *anonymous

Originally created by: gpermus@gmail.com

% stems should not combine in the second bar
%
% this might be considered a duplicate of issue #34,
%   aka "grace notes suck".

\version "2.11.26"
mIFluteI = \relative c''' {
    \clef "treble"
    b1 \bar "" \grace { c16[( d]) } \bar "|"
    e2 e
}
mIFluteII = \relative c'' {
    \clef "treble"
    b1 \bar "" \grace { c16[( d]) } \bar "|"
    e4 e e r
}

\score {
  \new Staff <<
    \partcombine
      \mIFluteI
      \mIFluteII
  >>
  \layout {
  }
}

1 Attachments

Related

Issues: #34

Discussion

  • Google Importer

    Google Importer - 2011-07-02

    Originally posted by: reinhold...@gmail.com

    (No comment was entered for this change.)

    Labels: partcombine
    Owner: ---

     
  • Google Importer

    Google Importer - 2011-07-22

    Originally posted by: reinhold...@gmail.com

    Can't reproduce with either 2.12.3 or 2.15.16. In both releases, the second bar correctly uses stems in the opposite direction.

     
  • Google Importer

    Google Importer - 2012-08-07

    Originally posted by: reinhold...@gmail.com

    I'm unable to reproduce the problem with any recent version...

    Status: Fixed

     
  • Google Importer

    Google Importer - 2012-09-14

    Originally posted by: ma...@gregoriana.sk

    (No comment was entered for this change.)

    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.