lilypond-user
[Top][All Lists]
Advanced

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

Re: grace note synchronization


From: Urs Liska
Subject: Re: grace note synchronization
Date: Wed, 03 Aug 2011 17:39:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

That's what I'd done if nobody could show me the right direction just from looking at the basics.
Hennings hint showed me what I had forgot ...

Thank you nevertheless for digging so deep!
Best
Urs

Am 03.08.2011 17:35, schrieb Xavier Scheuer:
On 3 August 2011 17:14, Urs Liska<address@hidden>  wrote:
Well, that's what I did (at least I think so).
Oh, I just saw that I forgot to quote one voice (the singer's voice). But
it's there in the original source file.
So unfortunately it's not a solution :-(
Please send a code that is compilable by itself.
I had to use "deutsch", find on which staff goes each voice, add the
key signature, the correct \relative etc.
But I did not manage to get it wrong.

%%%% Compilable code

\version "2.14.2"

\include "deutsch.ly"

\score {
   <<
     \new Staff {
       \clef alto
       \key e \major
       \relative c' {
         R1
         \time 3/4
         \grace { s8}
         h4 cis dis | %17
       }
     }
     \new Staff {
       \clef alto
       \key e \major
       <<
         \new Voice \relative c' {
           R1
           \voiceOne
           \time 3/4
           \grace { s8 }
           \times 2/3 {<cis cis'>8(<h h'>  <a a'>  <gis gis'>  <fis
fis'>  <e e'>  dis' gis, dis'~ | %17
           }
         }
         \new Voice \relative c' {
           R1
           \voiceTwo
           \time 3/4
           \grace { s8 } gis'4 h, e,\<  |%17
         }
       >>
     }
     \new Staff {
       \clef mezzosoprano
       \key e \major
       <<
         \new Voice \relative c'' {
           R1
           \voiceTwo
           \time 3/4
           \grace { s8 }
           <e, gis h>2 \oneVoice<h h'>4( | %17
         }
         \new Voice \relative c' {
           R1
           \oneVoice
           \time 3/4
           \grace {<h, h'>8~ } \voiceTwo q2 s4 | %17
         }
       >>
     }

   >>
}

%%%%

Cheers,
Xavier





reply via email to

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