[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Midi early start (2.19.2)
From: |
Jay Anderson |
Subject: |
Midi early start (2.19.2) |
Date: |
Tue, 11 Feb 2014 18:40:18 -0700 |
Removing the Dynamic_performer causes rests at the start of a piece to
be skipped causing misalignment with other voices. I've only tested
this with 2.19.2 and 2.18.0. It works correctly in 2.18.0.
\version "2.19.2" % Work in 2.18.0
\score
{
<<
\new Staff \relative c' { R1*3 e1 e e | }
\new Staff \relative c { c1 c c c c c | }
>>
\midi
{
\context
{
\Voice
\remove "Dynamic_performer"
}
}
}
- Midi early start (2.19.2),
Jay Anderson <=