Re: Grob name for part combine texts?

2016-09-28 Thread Simon Albrecht
On 28.09.2016 11:14, Malte Meyn wrote: Am 28.09.2016 um 11:03 schrieb Simon Albrecht: I need to tweak (offset) the text(s) produced by the partcombiner, e.g. "Solo" &c. What grob do I need to tweak? CombineTextScript (found in the list at the bottom of http://lilypond.org/doc/v2.18/Document

Re: Grob name for part combine texts?

2016-09-28 Thread Malte Meyn
Am 28.09.2016 um 11:03 schrieb Simon Albrecht: I need to tweak (offset) the text(s) produced by the partcombiner, e.g. "Solo" &c. What grob do I need to tweak? CombineTextScript (found in the list at the bottom of http://lilypond.org/doc/v2.18/Documentation/internals/text_002dinterface) __

Grob name for part combine texts?

2016-09-28 Thread Simon Albrecht
Hello, I need to tweak (offset) the text(s) produced by the partcombiner, e.g. "Solo" &c. What grob do I need to tweak? Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: "Rest" invisible after part combine

2014-08-10 Thread Keith OHara
Pierre Perol-Schneider gmail.com> writes: > > As far as I remember it was a well known issue. I thougt it was over but I have to admit that I barely use partcombine. > > For more details, see : https://code.google.com/p/lilypond/issues/detail? id=261 > When using partcombine to build an instr

Re: "Rest" invisible after part combine

2014-08-06 Thread James
On 06/08/14 08:29, Pierre Perol-Schneider wrote: Hi Stephen, 2014-08-06 6:38 GMT+02:00 Stephen Sheasby >: The problem I have run into is that my rest for the soprano and bass line do not print and I am wondering if this is a limitation of partcombine? A

Re: "Rest" invisible after part combine

2014-08-06 Thread Pierre Perol-Schneider
Hi Stephen, 2014-08-06 6:38 GMT+02:00 Stephen Sheasby : > The problem I have run into is that my rest for the soprano and bass line > do not print and I am wondering if this is a limitation of partcombine? > As far as I remember it was a well known issue. I thougt it was over but I have to admi

"Rest" invisible after part combine

2014-08-05 Thread Stephen Sheasby
Hi everyone, I am working on making some of our church’s sheet music available for overhead projection but I have run into a small issue that I cannot seem to get right. The score is an SATB hymn where the women’s and men’s voices are on separate staves. I have chosen partcombine instead of wri

Re: Questions about Automatic Part Combine and Scheme

2013-07-23 Thread Carl Peterson
On Tue, Jul 23, 2013 at 1:20 PM, Carl Peterson wrote: > I've started using the automatic part combiner as part of my SATB > hymnal/psalter work. It simplifies my life tremendously, and the default > works well except for two situations: > > 1) How do I get the function to look at the interval and

Questions about Automatic Part Combine and Scheme

2013-07-23 Thread Carl Peterson
I've started using the automatic part combiner as part of my SATB hymnal/psalter work. It simplifies my life tremendously, and the default works well except for two situations: 1) Where the voices are more than an octave apart (eg., between tenor and bass), since it separates the voices 2) Where t

changing part combine mode breaks spanners

2012-09-03 Thread Shevek
don't recall seeing it on the list of bugs for partcombine)? -- View this message in context: http://lilypond.1069038.n5.nabble.com/changing-part-combine-mode-breaks-spanners-tp132146.html Sent from the User mailing list archive at Nabble.com.

Re: Part combine problems

2012-08-15 Thread Daniel E. Moctezuma
I've found a workaround to points 2 and 4: \new Staff \with { printPartCombineTexts = ##f } << \set Staff.instrumentName = \markup \center-column { "Soprano" "II & III" } \new Voice = "Dynamics" << \dynamicUp \sopranoIDynamics >> \partcombine \sopranoII \sopranoIII \new Vo

Re: Part combine problems

2012-08-14 Thread David Kastrup
"Daniel E. Moctezuma" writes: > Hello, > > > I'm having problems using \partcombine: > > 1. I have 3 voices, how can I use \partcombine (or equivalent) with 3 > or more voices? (in this case 3) Cf. http://code.google.com/p/lilypond/issues/detail?id=2610> > 2. Each of the voices have dynamics (o

Part combine problems

2012-08-14 Thread Daniel E. Moctezuma
Hello, I'm having problems using \partcombine: 1. I have 3 voices, how can I use \partcombine (or equivalent) with 3 or more voices? (in this case 3) 2. Each of the voices have dynamics (on the same beats), using \partcombine with 2 voices show them correctly but the dynamics are duplicated. Not

Re: part combine double whammy

2012-06-23 Thread Reinhold Kainhofer
On 2012-06-19 11:32, m...@apollinemike.com wrote: I want foo and bar to be partcombined when bar is on staff A and qux and bar to be partcombined when bar is on staff B. bar spends its time hopping between the two staves. Is there a way to do this? No, Cheers, Reinhold -- -

Re: part combine double whammy

2012-06-19 Thread David Kastrup
"m...@apollinemike.com" writes: > Hey all, > > Last question for the day...maybe... > > Let's say I have three voices, foo, bar, and qux. > > I want foo and bar to be partcombined when bar is on staff A and qux > and bar to be partcombined when bar is on staff B. bar spends its > time hopping be

part combine double whammy

2012-06-19 Thread m...@apollinemike.com
Hey all, Last question for the day...maybe... Let's say I have three voices, foo, bar, and qux. I want foo and bar to be partcombined when bar is on staff A and qux and bar to be partcombined when bar is on staff B. bar spends its time hopping between the two staves. Is there a way to do thi

Re: Part combine problems

2011-12-07 Thread James
Adding LilyPond User to thread. On 7 December 2011 14:36, Nels Daily wrote: > I'm using 2.14.2. When I try it in a small example I don't get errors. It > usually only happens in context of a large piece. I'm writing an orchestral > work and trying to use the partcombiner in that context. These e

Re: Part combine problems

2011-12-07 Thread James
Nels, On 7 December 2011 04:04, Nels Drue Daily wrote: > I'm getting an error message when compiling my music: > (UnicodeDecodeError: > 'utf8' codec can't decode bytes in position 1022-1023: > unexpected end of data) > What does that mean? > Without some context or an example it may be hard to

Part combine problems

2011-12-06 Thread Nels Drue Daily
I'm getting an error message when compiling my music: (UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1022-1023: unexpected end of data) What does that mean? It is also saying that it can't end slurs or that notes already have slurs. The partcombiner won't combine them. But it wo

Part Combine

2005-02-25 Thread Will Oram
I don't have lily 2.5.x, x > 0 on this computer yet (but waiting patiently!). One question: I am an intense user of part combining. The vast majority of the time I would rather have two noteheads appear on one stem rather than two stems pointing in opposite directions. Unfortunately, lily 2.4.2