lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \parallelMusic and \relative


From: Nicolas Sceaux
Subject: Re: \parallelMusic and \relative
Date: Sun, 19 Mar 2006 12:23:19 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Werner LEMBERG <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]