Re: Defining bar checks in a variable

2013-10-26 Thread David Kastrup
Mike Solomon writes: > On Oct 14, 2013, at 6:20 PM, David Kastrup wrote: > >> David Kastrup writes: >> >>> Mike Solomon writes: >>> hmm…for a slightly less minimal example, I'm trying to do: bc = | foo = { \bc \bar "|" } { a a a a a \foo }

Re: Defining bar checks in a variable

2013-10-26 Thread Mike Solomon
On Oct 14, 2013, at 6:20 PM, David Kastrup wrote: > David Kastrup writes: > >> Mike Solomon writes: >> >>> 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 tha

Re: Defining bar checks in a variable

2013-10-14 Thread David Kastrup
David Kastrup writes: > Mike Solomon writes: > >> 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? > > Simple. First fix > http://code.google.com/p/lilypond/issues/deta

Re: Defining bar checks in a variable

2013-10-14 Thread David Kastrup
Mike Solomon writes: > 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? Simple. First fix http://code.google.com/p/lilypond/issues/detail?id=2392> then revert commit c83a3afbc5

Re: Defining bar checks in a variable

2013-10-14 Thread Mike Solomon
On Oct 14, 2013, at 5:32 PM, David Kastrup wrote: > Mike Solomon writes: > >> Hey all, >> >> Is it possible to do something like this: >> >> >> bc = { | } >> >> { >> a a a a a \bc >> } >> >> >> And have the bar check kick in? > > Well, it is actually rather curious that it doesn't, but

Re: Defining bar checks in a variable

2013-10-14 Thread David Kastrup
Mike Solomon writes: > Hey all, > > Is it possible to do something like this: > > > bc = { | } > > { > a a a a a \bc > } > > > 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 turn

Re: Defining bar checks in a variable

2013-10-14 Thread Simon Bailey
hi, On Mon, Oct 14, 2013 at 4:21 PM, Mike Solomon wrote: > Hey all, > > Is it possible to do something like this: > > > bc = { | } untested, but may work: bc = #(make-music 'BarCheck) but why would you want to do such a thing? replacing a single character with three seems a bit of an odd effi

Defining bar checks in a variable

2013-10-14 Thread Mike Solomon
Hey all, Is it possible to do something like this: bc = { | } { a a a a a \bc } And have the bar check kick in? Cheers, MS ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user