> 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 #
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
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.”
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
> 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
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
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.
%