On Oct 14, 2013, at 5:32 PM, David Kastrup <[email protected]> wrote:
> Mike Solomon <[email protected]> writes:
>
>> Hey all,
>>
>> Is it possible to do something like this:
>>
>> <snip>
>> bc = { | }
>>
>> {
>> a a a a a \bc
>> }
>> </snip>
>>
>> And have the bar check kick in?
>
> Well, it is actually rather curious that it doesn't, but that's not
> related to the variable but rather the enclosing { ... }.
>
> It turns out that
> bc = |
> will do the trick, while
>
> {
> a a a a a { | }
> }
>
> will indeed not. Huh.
hmm…for a slightly less minimal example, I'm trying to do:
bc = |
foo = { \bc \bar "|" }
{
a a a a a \foo
}
Any ideas on how to accomplish that?
Cheers,
MS
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user