Re:changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Flaming Hakama by Elaine
> > -- Forwarded message -- > From: Flaming Hakama by Elaine > To: Lilypond-User Mailing List > Date: Fri, 3 Aug 2018 13:50:32 -0700 > Subject: Re:changing symbols used by Measure_grouping_engraver > > > We have a winner! > > > Thanks you, this works perfectly. > > Much

Re: partcombine for choir and piano?

2018-08-03 Thread Noeck
Thanks a lot, Simon. I will need some time to digest and test those settings. It will certainly be very helpful. Best, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-03 Thread Saul Tobin
Those errors are from this expression in the three staff example: << \global \I \II \III >>. Lilypond is implicitly creating three Voices instead of treating it as a single Voice with simultaneous music. If you replace that expression with { <> << \global \I \II \III >> }, the errors go away.

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-03 Thread Ben
On 8/3/2018 5:14 PM, Saul Tobin wrote: Hi all, I just put together a snippet to make managing shared wind staves more automatic, particularly with triple winds that may be combined in different ways. \version "2.19.82" #(define remove-if-sibling    (lambda (offsets)      (lambda (grob)    

New snippet: remove staff if another is alive (for wind divisi)

2018-08-03 Thread Saul Tobin
Hi all, I just put together a snippet to make managing shared wind staves more automatic, particularly with triple winds that may be combined in different ways. \version "2.19.82" #(define remove-if-sibling (lambda (offsets) (lambda (grob) (let* ( ;; The parent of

Re:changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Flaming Hakama by Elaine
> -- Forwarded message -- > From: Thomas Morley > Date: Fri, 3 Aug 2018 13:17:54 +0200 > Subject: Re: changing symbols used by Measure_grouping_engraver > 2018-08-03 12:25 GMT+02:00 Torsten Hämmerle : > > Flaming Hakama by Elaine wrote > >> In particular, how to change the symbol

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 13:17 GMT+02:00 Thomas Morley : > \layout { > \context { > \Staff > \consists "Measure_grouping_engraver" > } > } > } While playing with it I noticed some issues. I just wrote a bug report about them:

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 13:33 GMT+02:00 Torsten Hämmerle : > Thomas Morley-2 wrote >> Hi Torsten, >> >> iiuc, this will result in a _horizontal_ line, not vertical. ;) > > > Drat, this tiny detail makes my simplistic attempt rather useless. > > Lame excuse: "No, this is not a horizontal line, it's actually a

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Torsten Hämmerle
Thomas Morley-2 wrote > Hi Torsten, > > iiuc, this will result in a _horizontal_ line, not vertical. ;) Drat, this tiny detail makes my simplistic attempt rather useless. Lame excuse: "No, this is not a horizontal line, it's actually a vertical line, just very thick and very short". ;) But,

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 12:25 GMT+02:00 Torsten Hämmerle : > Flaming Hakama by Elaine wrote >> In particular, how to change the symbol used to denote the dotted 8th >> value >> in compund time: >> instead of a triangle, how do I get a vertical bar (or slash)? > > Hi Elaine, > > The two options "triangle" and

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Torsten Hämmerle
Flaming Hakama by Elaine wrote > In particular, how to change the symbol used to denote the dotted 8th > value > in compund time: > instead of a triangle, how do I get a vertical bar (or slash)? Hi Elaine, The two options "triangle" and "bracket" are pretty much hardcoded. But you can set the