Re: Default accidental style with timing off

2020-04-23 Thread Fr. Samuel Springuel
> On 22 Apr, 2020, at 6:09 PM, Aaron Hill wrote: > > A pattern I could recommend is defining a named procedure as opposed to using > a lambda with \applyContext: > > > foo = #(define-music-function () () >(define (proc context) > (do-something-here)) >#{ \applyContext #proc #

Re: Default accidental style with timing off

2020-04-22 Thread Aaron Hill
On 2020-04-22 1:10 pm, Fr. Samuel Springuel wrote: After some more work I came up with the attached redefinition of the bar which does what I originally asked for. I’d appreciate any scheme experts critique on what I have as I’m not entirely comfortable with the way I’m switching in and out of s

Re: Default accidental style with timing off

2020-04-22 Thread Fr. Samuel Springuel
After some more work I came up with the attached redefinition of the bar which does what I originally asked for. I’d appreciate any scheme experts critique on what I have as I’m not entirely comfortable with the way I’m switching in and out of scheme. It works, I’m just not sure it’s “proper.”

Re: Default accidental style with timing off

2020-04-06 Thread Fr. Samuel Springuel
I’ve been playing with this further and have come up with the attached. Now, can someone tell me how I might combine \test and \bar into a redefined \bar (so that I don’t have to have both \test and \bar in all bar locations)? My naive expectation would have been `bar = \test \bar \etc` but th

Re: Default accidental style with timing off

2020-03-27 Thread Fr. Samuel Springuel
> On 26 Mar, 2020, at 7:50 PM, Mark Stephen Mrotek wrote: > > Fr. Samuel. > > 1) The bar instructions are in printer's (curly) double quotes. Sorry about that, my email client must have mangled them as they aren’t that way in the original document. I’ve attached the original below. > 2) The

RE: Default accidental style with timing off

2020-03-26 Thread Mark Stephen Mrotek
ypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Fr. Samuel Springuel Sent: Thursday, March 26, 2020 1:53 PM To: lilypond-user@gnu.org Subject: Default accidental style with timing off When constructing scores where the timing is turned off, how do I get accidentals to behave with re

Default accidental style with timing off

2020-03-26 Thread Fr. Samuel Springuel
When constructing scores where the timing is turned off, how do I get accidentals to behave with respect to the manually inserted bar lines? I’m just looking for the default accidental style (accidentals “last” until a bar line), it’s just that all bar lines are inserted manually using \bar. %