Re: Getting rid of initial brace on piano score

2014-04-06 Thread Harald Christiansen
This is what I used to disable it entirely, maybe it gives you an idea: \set PianoStaff.systemStartDelimiter = #'SystemStartBar On 4/04/2014 02:26, Peter Toye wrote: > Getting rid of initial brace on piano score I want to get rid of the > brace on the first line of a piano score,

Re: Getting rid of initial brace on piano score

2014-04-04 Thread Peter Toye
David, Thanks - but it's now complaining about the dot! I may try upgrading over the weekend - but really must get down to the piano practice! Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, April 3, 2014, 9:52:06 PM, you wrote: Hi Peter, On

Re: Getting rid of initial brace on piano score

2014-04-04 Thread Pierre Perol-Schneider
> On Thu, Apr 3, 2014 at 2:26 PM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: >> Hi David, >> I like that one. >> I've put it in the LSR (see : http://lsr.di.unimi.it/LSR/Item?id=909) >> I'll delete it if any problem. >> Cheers, >> ~Pierre See modified snippet here : http://l

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Pierre Perol-Schneider
2014-04-04 1:12 GMT+02:00 David Nalesnik : > > It's a tiny point, but you might remove the #' from in front of > transparent. It's not needed in 2.18. > It seems that Seba's started some maintainance ; I'll make the correction tomorrow. In the meantime, if you have any smart idea regarding the d

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
On Thu, Apr 3, 2014 at 6:20 PM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Oups, sorry, you're right of course. > Too tired > Should go to bed. > Thanks > Pierre > No problem! --David ___ lilypond-user mailing list lilypond-us

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Pierre Perol-Schneider
Oups, sorry, you're right of course. Too tired Should go to bed. Thanks Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Pierre Perol-Schneider
2014-04-04 1:15 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > > Already tried and indeed the #' is still needed in 2.18 ;) > I mean : in this particular case. Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.or

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Pierre Perol-Schneider
2014-04-04 1:12 GMT+02:00 David Nalesnik : > > It's a tiny point, but you might remove the #' from in front of > transparent. It's not needed in 2.18. > Already tried and indeed the #' is still needed in 2.18 ;) ___ lilypond-user mailing list lilypond-

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
Hi Pierre, On Thu, Apr 3, 2014 at 2:26 PM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > 2014-04-03 19:27 GMT+02:00 David Nalesnik > >> Here's another way: >> >> \score { >> >>\new PianoStaff >> >> << >> >> \alterBroken #'transparent #'(#t) Score.SystemStartBrace

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
Hi Peter, On Thu, Apr 3, 2014 at 3:35 PM, Peter Toye wrote: > David, > > Thanks again. Comments below. > > You're very welcome! > > That didn't work - LP complains about an unwanted comma. Replacing by a > space or adding spaces don't work either. I'm still trying to work my head > around t

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Peter Toye
David, Thanks again. Comments below. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, April 3, 2014, 7:36:23 PM, you wrote: Hi Peter, On Thu, Apr 3, 2014 at 1:10 PM, Peter Toye wrote: David, Thanks very much for this very fast answer. But tw

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Pierre Perol-Schneider
2014-04-03 19:27 GMT+02:00 David Nalesnik > > Here's another way: > > \score { > >\new PianoStaff > > << > > \alterBroken #'transparent #'(#t) Score.SystemStartBrace > > \new Staff = "right" \right > > \new Staff = "left" { \clef bass \left } > > >> > > } > Hi David, I like t

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
Hi Peter, On Thu, Apr 3, 2014 at 1:10 PM, Peter Toye wrote: > David, > > Thanks very much for this very fast answer. > > But two things: > > 1) I get a syntax error > > > D:/Peter/Music/Lilypond/Mendelssohn/March2.ly:61:16: error: wrong > > type for argument 1. Expecting string, found transpa

Re: Getting rid of initial brace on piano score

2014-04-03 Thread Peter Toye
David, Thanks very much for this very fast answer. But two things: 1) I get a syntax error > D:/Peter/Music/Lilypond/Mendelssohn/March2.ly:61:16: error: wrong > type for argument 1. Expecting string, found transparent >\alterBroken > #'transparent #'(#t) Score.SystemStart

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
Hi again, On Thu, Apr 3, 2014 at 12:11 PM, David Nalesnik wrote: > > > (P.S. This should be a case where \alterBroken would work, though not > without some ugliness. The following expression removes the stencil on the > second line as expected, though the stencil is positioned further from the

Re: Getting rid of initial brace on piano score

2014-04-03 Thread David Nalesnik
Hi Peter, On Thu, Apr 3, 2014 at 11:26 AM, Peter Toye wrote: > I want to get rid of the brace on the first line of a piano score, but > keep it for the rest of the score. > > I tried the snippet below, but this gets rid of it for all the lines, in > spite of the \once command. If I uncomment t

Getting rid of initial brace on piano score

2014-04-03 Thread Peter Toye
I want to get rid of the brace on the first line of a piano score, but keep it for the rest of the score. I tried the snippet below, but this gets rid of it for all the lines, in spite of the \once command. If I uncomment the lines in each staff and comment in the command in the PianoStaff I ge