lilypond-user
[Top][All Lists]
Advanced

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

Re: \partial Problem


From: Hajo Dezelski
Subject: Re: \partial Problem
Date: Mon, 1 Feb 2010 19:36:16 +0100

Hello Kieren,

now I got it. Never thought about this possibilty. Thanks again.
Problem solved. We can move on.

Hajo

---
... indessen wandelt harmlos droben das Gestirn



On Mon, Feb 1, 2010 at 7:19 PM, Kieren MacMillan
<address@hidden> wrote:
> Hi Hajo,
>
>> Did you put a second melody before (underneath )?
>
> Sorry: I don't understand this question.
>
>> And if the MelodyOne has 254 Bars, do I have to write:
>
> If you only need multiple voices for one small bit (e.g., a single note), 
> then write them "inline", instead of splitting the voices for the whole piece 
> -- see below.
>
> Cheers,
> Kieren.
>
> \version "2.13.10"
>
> global = {
>  \clef treble
>  \key d \minor
>  \time 4/4
>  \repeat "volta" 2 {
>    \partial 16 s16
>    s2...
>  }
>  \repeat "volta" 2 {
>    \partial 16 s16
>    s1
>  }
> }
>
> melody = \relative d' {
>    d16 |  % 0 Auftakt
>  f4 d4 << a4. \\ a >> r16   % 1
>    e'16 | % 0 Auftakt
>  f4 e4 << d4. \\ d >> r16   % 2
> }
>
> \score {
>  \context Staff << \global \melody >>
> }




reply via email to

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