Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread David Kastrup
Dan Eble writes: > Dan Eble gmail.com> writes: > >> It would be best if Lilypond could recognize that >> \time 3/4 s2 \time 4/4 \partial 4 >> is logical and not worthy of a warning. Maybe that's hard to accomplish. > > I used the word "best" too lightly. I'd rather not have to use \partial

Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread Dan Eble
David Kastrup gnu.org> writes: > Removing a warning is always simple. I do have a problem figuring out > what is logical about that on contrast to "unlogical versions", though, > and that makes it hard to decide about a useful warning strategy. Why > wouldn't you delay \time 4/4 here until _aft

Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread Dan Eble
Dan Eble gmail.com> writes: > It would be best if Lilypond could recognize that > \time 3/4 s2 \time 4/4 \partial 4 > is logical and not worthy of a warning. Maybe that's hard to accomplish. I used the word "best" too lightly. I'd rather not have to use \partial at all, but have Lilypond u

Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread David Kastrup
Dan Eble writes: > David Kastrup gnu.org> writes: > > Thank you. Your suggestion also has the advantage of printing a parenthesized > bar number at the mid-measure line break. Setting measurePosition to zero > printed a regular bar number, which I didn't notice at first. > > It's too bad this

Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread Dan Eble
David Kastrup gnu.org> writes: > > Dan Eble gmail.com> writes: > > >>I'm not top posting. > > \version "2.19.0" > > > > music = \relative b' { > > \time 3/4 > > b4 b b | b2 \bar "||" \break > > > > % This adjustment to measurePosition is required to suppress > > % the warning "\time

Re: Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread David Kastrup
Dan Eble writes: >>I'm not top posting. > \version "2.19.0" > > music = \relative b' { > \time 3/4 > b4 b b | b2 \bar "||" \break > > % This adjustment to measurePosition is required to suppress > % the warning "\time in mid-measure" > % > % The notation reference says, > %

(De)crescendo with unspecified starting volume in MIDI.

2014-09-13 Thread Dan Eble
>I'm not top posting. % warning: (De)crescendo with unspecified starting volume in MIDI. % % In 2.16, both of these scores trigger the warning. % % In 2.18, only the first scrore triggers the warning. The % inconsistency does not seem right; the starting volume is no worse % specified in the first

Let \partial 1*0 set TimingMeasurePosition to 0

2014-09-13 Thread Dan Eble
>I'm not top posting. \version "2.19.0" music = \relative b' { \time 3/4 b4 b b | b2 \bar "||" \break % This adjustment to measurePosition is required to suppress % the warning "\time in mid-measure" % % The notation reference says, % % \partial duration can also be wri

Re: Part combiner warning about simultaneous breathing

2014-09-13 Thread Colin Campbell
On 14-09-13 09:43 AM, David Kastrup wrote: Dan Eble writes: % warning: Two simultaneous breathing events % 2.19 warns but older versions do not. \version "2.18.0" upper = \relative a' { a \breathe a } lower = \relative f' { f \breathe f } \new Staff << \partcombine \upper \lower >> % There i

Re: Part combiner warning about simultaneous breathing

2014-09-13 Thread David Kastrup
Dan Eble writes: > % warning: Two simultaneous breathing events > % 2.19 warns but older versions do not. > \version "2.18.0" > upper = \relative a' { a \breathe a } > lower = \relative f' { f \breathe f } > > \new Staff << \partcombine \upper \lower >> > > % There is no warning about this: > % \

Part combiner warning about simultaneous breathing

2014-09-13 Thread Dan Eble
> I'm not top posting % warning: Two simultaneous breathing events % 2.19 warns but older versions do not. \version "2.18.0" upper = \relative a' { a \breathe a } lower = \relative f' { f \breathe f } \new Staff << \partcombine \upper \lower >> % There is no warning about this: % \new Staff << \u