... on the other hand, if I swap the order of "\voice \accomp" to
"\accomp \voice" I get your result !?!
Cheers
Bill
--
43 Main St
Weston
Oamaru 9401
New Zealand
(064)(03) 4349478
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.
Hi Peter,
I cut and pasted your code into jEdit and ran it with lptool and got the
attached... ! :)
Hope this helps - I know it isn't a solution, but...
Cheers
Bill
<>___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/li
I'm trying to combine some parts, and see funny behaviour.
This input (lily 2.12.2):
-
\version "2.12.0"
accomp=\relative c' {
4. r8 r2
}
voice= \relative c'' {
g4. r8 r2
}
\score {
\context Staff {
\partcombine \voice \accomp
}
}
---
produces this:
<>
The i