Re: Partcombine without slurs or ties?

2020-02-22 Thread Richard Shann
On Sat, 2020-02-22 at 15:33 +0100, Thomas Morley wrote: > Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann > : > > > > In the following example: > > 8><8><8><8><8><8><8><8><8><8><8><8><8>< > > \version "2.18.0" > > MI = { \time 3/4 > >  \override Voice.Slur.stencil = ##f > >   

Re: Partcombine without slurs or ties?

2020-02-22 Thread David Kastrup
Thomas Morley writes: > Am Sa., 22. Feb. 2020 um 15:45 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: > >> > \partcombine may create several Voices. Which may not continue the >> > initial one. Thus your overrides are not preserved. >> > Same here: >> > >> > { >> > \omit Slur >> >

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Sa., 22. Feb. 2020 um 15:45 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > \partcombine may create several Voices. Which may not continue the > > initial one. Thus your overrides are not preserved. > > Same here: > > > > { > > \omit Slur > > b4( b) > > << > > { c'(

Re: Partcombine without slurs or ties?

2020-02-22 Thread David Kastrup
Thomas Morley writes: > Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann > : >> >> In the following example: >> 8><8><8><8><8><8><8><8><8><8><8><8><8>< >> \version "2.18.0" >> MI = { \time 3/4 >> \override Voice.Slur.stencil = ##f >> \override Voice.Tie.stencil = ##f >>

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann : > > In the following example: > 8><8><8><8><8><8><8><8><8><8><8><8><8>< > \version "2.18.0" > MI = { \time 3/4 > \override Voice.Slur.stencil = ##f > \override Voice.Tie.stencil = ##f > %comment out the next bar

Re: Partcombine without slurs or ties?

2020-02-21 Thread Kevin Barry
Hi Richard, It looks like whatever way partcombine creates voices is not preserving your overrides. At a guess, I'd say it combines the first bar in both parts into a single voice (including your overrides), then when it needs to split for the second bar, it creates two voices that no longer

Partcombine without slurs or ties?

2020-02-21 Thread Richard Shann
In the following example: 8><8><8><8><8><8><8><8><8><8><8><8><8>< \version "2.18.0" MI = { \time 3/4 \override Voice.Slur.stencil = ##f \override Voice.Tie.stencil = ##f %comment out the next bar to suppress the slur and tie