Re: Need to suppress bar number checking in midi block

2015-01-26 Thread Michael Hendry
l] > https://lists.gnu.org/mailman/listinfo/lilypond-user > <https://lists.gnu.org/mailman/listinfo/lilypond-user> > > > If you reply to this email, your message will be added to the discussion > below: > http://lilypond.1069038.n5.nabble.com/Need-to-suppress-bar-number-

Re: Need to suppress bar number checking in midi block

2015-01-25 Thread Thomas Morley
2015-01-26 0:20 GMT+01:00 Thomas Morley : > 2015-01-25 17:52 GMT+01:00 Michael Hendry : >> Does anyone have a solution for this issue? >> >> Like Michael Ellis, I like to use both "|" and \barNumberCheck to pick up >> rhythm errors and missing or duplicated bar that I've made, and I use MIDI >> out

Re: Need to suppress bar number checking in midi block

2015-01-25 Thread Thomas Morley
2015-01-25 17:52 GMT+01:00 Michael Hendry : > Does anyone have a solution for this issue? > > Like Michael Ellis, I like to use both "|" and \barNumberCheck to pick up > rhythm errors and missing or duplicated bar that I've made, and I use MIDI > output to pick up wrong notes in my transcriptions.

Re: Need to suppress bar number checking in midi block

2015-01-25 Thread Michael Hendry
in again. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Need-to-suppress-bar-number-checking-in-midi-block-tp16654p170978.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypon

Re: Need to suppress bar number checking in midi block

2012-03-25 Thread Michael Ellis
On Sat, Mar 24, 2012 at 10:51 PM, Nick Payne wrote: > On 25/03/12 10:31, Michael Ellis wrote: >> >> mymusic = { >>    \time 4/4 >>    \repeat volta 2 { >>  g'1 >>       \barNumberCheck #2 >>    } >>    c'1 >>    \barNumberCheck #3 >> } > > > Use the "|" character instead for barchecks: Ah, the pr

Re: Need to suppress bar number checking in midi block

2012-03-24 Thread Nick Payne
On 25/03/12 10:31, Michael Ellis wrote: mymusic = { \time 4/4 \repeat volta 2 { g'1 \barNumberCheck #2 } c'1 \barNumberCheck #3 } Use the "|" character instead for barchecks: mymusic = { \time 4/4 \repeat volta 2 { g'1 | } c'1 | } ___

Need to suppress bar number checking in midi block

2012-03-24 Thread Michael Ellis
The NR advises using \unfoldRepeats to produce a midi file that plays all the repeats.  I use a lot of \barNumberChecks in my work because it saves time spotting errors.  In pieces with repeats, this produces many "Barcheck failed" warnings.  Is there a way to suppress bar checking within the midi