Here’s a similar case, where the hairpin is correctly terminated, but still the 
second voice gets lost:

~~~~
:::TeX
\version "2.19.47"
one = {
  R1
  es'1\>
  R1\!
}
two = {
  R1
  c'1\>
  R1\!
}
\partcombine \one \two
~~~~


---

** [issues:#675] \partcombine: One voice disappears in some cases with 
hairpins**

**Status:** Accepted
**Labels:** partcombine 
**Created:** Fri Sep 12, 2008 06:50 AM UTC by Anonymous
**Last Updated:** Wed Sep 28, 2016 09:28 AM UTC
**Owner:** nobody


*Originally created by:* *anonymous

*Originally created by:* [v.villenave](http://code.google.com/u/v.villenave/)
*Originally owned by:* [v.villenave](http://code.google.com/u/v.villenave/)

Yet another one with \partcombine: in the following snippet, when a crescendo 
is not terminated by a `\!` or a dynamic, the voice disappears.

~~~~
:::TeX
\version "2.11.58"
common = { c''1\p c''1\< c''1\<   c''1\f }

%% second voice is discarded
\partcombine \common { R1 c'1\p\< c'1\<   c'1\f }

%% works as expected
\partcombine \common { R1 c'1\p\< c'1\!\> c'1\f }
~~~~


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to