Well, the warning is because of discarded content ending up in a place where it
might make a difference.
At any rate, "give back the gains" sounds like I was pitching for a reversal
(which I wasn't) or was implying that the gains were irretrievably tied to
working sub-Staff. I am not yet convinced that the bathwater has become so
much a part of the baby that it is impossible to throw out.
---
** [issues:#5389] partcombine warns about unterminated slur**
**Status:** Accepted
**Labels:** partcombine
**Created:** Thu Jul 19, 2018 12:58 PM UTC by pkx166h
**Last Updated:** Sat Jul 28, 2018 01:22 AM UTC
**Owner:** nobody
Good morning,
I've been reading up on partcombine recently and I wanted to try out a few
examples from the documentation to help me really understand the command,
however I get this error with one example:
From:
http://lilypond.org/doc/v2.19/Documentation/notation/multiple-voices#automatic-part-combining
Error:
warning: unterminated slur r2 g'4( f8 e) |
-------
I have not modified the code at all, just copy and paste.
I thought it was due to some voice-issue but I can't figure out how to fix.
Thanks for any help.
Code:
~~~
musicUp = \relative c'' {
\time 4/4
a4 c4.( g8) a4 |
g4 e' g,( a8 b) |
c b a2.
} % begin verbatim
musicDown = \relative c'' {
g4 e4.( d8) c4 |
r2 g'4( f8 e) |
d2 \stemDown a
}
\score {
<<
\new Staff \with { instrumentName = #"Standard polyphony" }
<< \musicUp \\ \musicDown >>
\new Staff \with {
instrumentName = #"PartCombine without text"
printPartCombineTexts = ##f
}
\partcombine \musicUp \musicDown
\new Staff \with { instrumentName = #"PartCombine with text" }
\partcombine \musicUp \musicDown
>>
\layout {
indent = 6.0\cm
\context {
\Score
\override SystemStartBar.collapse-height = #30
}
}
}
~~~
---
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.------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto