lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Defining bar checks in a variable


From: David Kastrup
Subject: Re: Defining bar checks in a variable
Date: Mon, 14 Oct 2013 16:32:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Mike Solomon <address@hidden> 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.

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]