lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4127 in lilypond: Patch: Let \time in mid-meas


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4127 in lilypond: Patch: Let \time in mid-measure work without warning in some cases
Date: Fri, 03 Oct 2014 01:50:48 +0000


Comment #18 on issue 4127 by address@hidden: 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



reply via email to

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