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 Voice = Soprano {

  \override Slur #'transparent = ##t

  \override Tie #'transparent = ##t

  \override NoteColumn #'ignore-collision = ##t

  \hideNotes \sopranoII

  }

  \new Lyrics \lyricsto Soprano \sopranoIIWords



So basically it seems you need to put the dynamics as a voice (not
dynamic), do partcombine and add an additional voice (hidden) to be able to
add lyrics to the result of partcombining (among some overrides for ties,
slurs and collision warnings).

If anyone has a better solution/workaround, would be appreciated.

-- 
Daniel E. Moctezuma
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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. Note
that those voices have different slurring (does that word exist?).

3. Following the case above, using the same slurring on both voices outputs
correctly but with a warning cannot end slur.

4. How can I add the lyrics line to the \partcombine staff?

5. How can I add the lyrics line if I combine the 3 voices (note that Voice
1 and 2 share the same lyrics, Voice 3 has different lyrics)


Attached to this email is a .ly file for this case (using LilyPond 2.15.39).
Thanks in advance.

-- 
Daniel E. Moctezuma


test.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Part combine problems

2012-08-14 Thread David Kastrup
Daniel E. Moctezuma democtez...@gmail.com 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. URL:http://code.google.com/p/lilypond/issues/detail?id=2610

 2. Each of the voices have dynamics (on the same beats), using
 \partcombine with 2 voices show them correctly but the dynamics are
 duplicated. Note that those voices have different slurring (does that
 word exist?).

 3. Following the case above, using the same slurring on both voices
 outputs correctly but with a warning cannot end slur.

 4. How can I add the lyrics line to the \partcombine staff?

 5. How can I add the lyrics line if I combine the 3 voices (note that
 Voice 1 and 2 share the same lyrics, Voice 3 has different lyrics)


 Attached to this email is a .ly file for this case (using LilyPond
 2.15.39).

Cf URL:http://code.google.com/p/lilypond/issues/detail?id=2584: the
last fix concerning spanners has been in 2.15.42.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Part combine problems

2011-12-07 Thread James
Nels,

On 7 December 2011 04:04, Nels Drue Daily dailymusici...@gmail.com 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 decipher. Do you have
a small example that this error shows up that you could share?


 It is also saying that it can't end slurs or that notes already have slurs.
 The partcombiner won't combine them. But it works with small examples.


This *could* be slurs that are part of \alternatives or similar. Again
without an example it is difficult to say for sure.

Oh and what version of Lilypond are you using?


-- 
--

James
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Part combine problems

2011-12-07 Thread James
Adding LilyPond User to thread.

On 7 December 2011 14:36, Nels Daily dailymusici...@gmail.com 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 error
 messages show up as the file gets larger, and then it won't finish the
 compilation.

 On Wed, Dec 7, 2011 at 5:33 AM, James pkx1...@gmail.com wrote:

 Nels,

 On 7 December 2011 04:04, Nels Drue Daily dailymusici...@gmail.comwrote:

 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 decipher. Do you
 have a small example that this error shows up that you could share?


 It is also saying that it can't end slurs or that notes already have
 slurs.
 The partcombiner won't combine them. But it works with small examples.


 This *could* be slurs that are part of \alternatives or similar. Again
 without an example it is difficult to say for sure.

 Oh and what version of Lilypond are you using?


 --
 --

 James




 --
 Nels Drue and Ashley Elisabeth Daily

 (ABD) DMA - University of Nebraska–Lincoln
 MM - University of Utah
 BS - Brigham Young University Idaho
 www.ndmusicedition.wordpress.com




-- 
--

James
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 works with small examples.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user