lilypond-devel
[Top][All Lists]
Advanced

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

Feature request: Midi-skip


From: Heikki Johannes Junes
Subject: Feature request: Midi-skip
Date: Fri, 11 Jan 2002 04:04:39 +0200 (EET)


Currently, it is possible to stop playing midi. If there was a way with
which the starting point could be set, it would be much easier to proof
check only certain part of the score to be written by listening the midi
output of that part only.

Typesetting can already be skipped by using property:

  \property Score.skipTypesetting = ##t
  ...
  \property Score.skipTypesetting = ##f

It would be nice if there was a similar skipping mechanism for midi, too.
That would make faster the process of evolving pieces.

Here is a proposal for the syntax:

\score {
  ...
  \midi { 
    \tempo 4 = 120 
    \skipforward 4   % skip forward certain number of bars
    \skipforward 1/4 % skip forward one fourth note
    % \skipforward 17/4 % an alternative way
  }
}

--
      Heikki Junes




reply via email to

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