Werner LEMBERG <[EMAIL PROTECTED]> writes:
> It seems that \parallelMusic doesn't work with \relative. This makes
> it very unnatural to work with. Any chance to implement something
> similar, say, a special mode where the first note in a `section' is
> absolute and the remaining notes relative to it?
>
> \parallelMusic #'(foo bar) {
> c'' d e |
> a' b c |
> }
>
> -> c'' d'' e''
> a' b' c'
What should happen in following bars?
\parallelRelativeMusic #'(foo bar) {
c'' d e | a' b c |
c d e | a b c
}
or
\parallelRelativeMusic #'(foo bar) {
c'' d e | a' b c |
c'' d e | a' b c
}
-> c'' d'' e'' | c'' d'' e''
a' b' c' | a' b' c'
Ie, is the very first note of a voice in absolute mode, or the first
note of each bar?
nicolas
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user