Re: Syntax for multiple slurs per Voice?

2017-07-27 Thread David Nalesnik
Hi Trevor, On Thu, Jul 27, 2017 at 8:38 AM, Trevor Bača wrote: > Hi David (Nalesnik), > > On Tue, Oct 20, 2015 at 11:49 AM, David Nalesnik > wrote: >> >> Hi Trevor, >> >> On Tue, Oct 20, 2015 at 11:31 AM, Trevor Bača >>

Re: .ly file partially compiles, then LP crashes

2017-07-27 Thread Kieren MacMillan
Hi Guy, > I'm writing a piano reduction mostly from string parts, so I'm doing this: > > > pianoRH = { > << { ViolinI } \\ { ViolinII } >> > } > pianoLH = { > << { Violo } \\ { Cello } >> > } > > > As shown, did not compile. Have you thought about trying the partcombiner? Or at least

Re: .ly file partially compiles, then LP crashes

2017-07-27 Thread Guy Stalnaker
Simon, That was my tack -- the dirty way was to slowly comment out sections and see what happened. It's the oddest thing. I'm writing a piano reduction mostly from string parts, so I'm doing this: pianoRH = { << { ViolinI } \\ { ViolinII } >> } pianoLH = { << { Violo } \\ { Cello } >> }

Re: .ly file partially compiles, then LP crashes

2017-07-27 Thread Simon Albrecht
On 28.07.2017 00:55, Guy Stalnaker wrote: I'm not trying to figure out how to do something here. This is a code file that compiled to midi/pdf output a few hours ago (last successful pdf output at 4:31p CDT). Can you restore the file version that compiled successfully? Or is there any other

Re: drawing brackets spanning multiple staves - spacing issue

2017-07-27 Thread Kieren MacMillan
Hi Eby, > here is my code, the note column won't shift on the second staff, even if you > put Score.NoteColumn in the "left hand" section. I hope the attached modified version of your snippet helps. Note that I also made some other changes, to make the code more efficient, readable, etc. (Oh,

Re: drawing brackets spanning multiple staves - spacing issue

2017-07-27 Thread Eby Mani
Can anyone help me with this ?. here is my code, the note column won't shift on the second staff, even if you put Score.NoteColumn in the "left hand" section. Thanks. # \version "2.16.2" %%% SNIPPET FOR BRACKETS%%% #(define-markup-command

Re: Syntax for multiple slurs per Voice?

2017-07-27 Thread Trevor Bača
Hi David (Nalesnik), On Tue, Oct 20, 2015 at 11:49 AM, David Nalesnik wrote: > Hi Trevor, > > On Tue, Oct 20, 2015 at 11:31 AM, Trevor Bača > wrote: > >> Hi, >> >> I'm coming late to this discussion, but potentially *very* excited about >> what