Comment #18 on issue 4127 by [email protected]: Patch: Let \time in
mid-measure work without warning in some cases
https://code.google.com/p/lilypond/issues/detail?id=4127
The warning for input/regression/midi-unisons.ly is because it starts a
staff in mid measure, which gets a time signature implicitly. If I add
\partial 2 in place of %{%} below, the warning goes away. Does it make
sense to require the user to use \partial here, or should I make the
warning condition more accepting?
\version "2.16.0"
\score {
{
\set Score.midiChannelMapping = #'staff
\new Staff << {r8 g'4.} \\ {g'4. r8} >>
\new Staff \with { midiMergeUnisons = ##t } <<
{ %{%} r8 a'4.} \\ {a'4. r8}
>>
}
\midi {}
\layout {}
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings