Menu

#4789 MIDI: No staccato on chords in MIDI

Verified
Defect
2016-06-17
2016-03-07
No

From: Dan Eble
Subject: No staccato on chords in MIDI
Date: Sun, 7 Feb 2016 09:43:13 -0500

% Lilypond does not apply staccato to chords in the MIDI output.

% Tested with 2.19.36.
\version "2.19.0"

\score {
\new Staff { c-. <e>-. -. }
\midi {}
}

Regards,

Dan

Discussion

  • Federico Bruni

    Federico Bruni - 2016-05-27
    • labels: --> MIDI
    • status: New --> Accepted
     
  • David Kastrup

    David Kastrup - 2016-06-01

    Issue 4789: Note_performer: articulate events

    Previously, only per-note articulations rather than actual stream events
    were interpreted in Midi. This change supports articulations on chords
    or added via simultaneous music.

    http://codereview.appspot.com/298330043

     
  • David Kastrup

    David Kastrup - 2016-06-01
    • status: Accepted --> Started
    • assigned_to: David Kastrup
    • Needs: -->
    • Type: --> Enhancement
     
  • David Kastrup

    David Kastrup - 2016-06-01

    Huh. Updating an existing issue does not exactly update a lot of fields. Doing author/status manually.

     
  • Anonymous

    Anonymous - 2016-06-01
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2016-06-01

    Passes make, make check and a full make doc.

     
  • David Kastrup

    David Kastrup - 2016-06-03

    Faster to cons than copy a list

    http://codereview.appspot.com/298330043

     
  • Anonymous

    Anonymous - 2016-06-03
    • Needs: -->
    • Patch: new --> review
    • Type: -->
     
  • Anonymous

    Anonymous - 2016-06-03

    passes make, make check and full make doc.

     
  • Anonymous

    Anonymous - 2016-06-06
    • Patch: review --> countdown
    • Type: --> Enhancement
     
  • Anonymous

    Anonymous - 2016-06-06

    Patch on countdown for June 9th.

    Also see Hiekki's commentg on Rietveld - as he has a question.

     
  • Anonymous

    Anonymous - 2016-06-09
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2016-06-09

    Patch counted down - please push.

     
  • David Kastrup

    David Kastrup - 2016-06-09
    • labels: --> Fixed_2_19_43
    • status: Started --> Fixed
    • Patch: push -->
    • Type: Enhancement --> Defect
     
  • David Kastrup

    David Kastrup - 2016-06-09

    Pushed to staging as
    commit 81b0dcffc6b0cc2352b6572a774ef43eb1dad4f0
    Author: David Kastrup dak@gnu.org
    Date: Wed Jun 1 14:43:38 2016 +0200

    Issue 4789: Note_performer: articulate events
    
    Previously, only per-note articulations rather than actual stream events
    were interpreted in Midi.  This change supports articulations on chords
    or added via simultaneous music.
    
     
  • Federico Bruni

    Federico Bruni - 2016-06-17
    • status: Fixed --> Verified