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

2014-09-14 Thread Dan Eble
Dan Eble gmail.com> writes: > I found this in a hymnal between two sections of a song. It makes > sense to break the line between the sections, and the line break is > the least ugly place to put the time change. I believe the song is an English translation of "Es waren Hirten zu Bethlehem" by

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, > %

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