lilypond-user
[Top][All Lists]
Advanced

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

Re: Grace Note in Pick-Up Bar


From: grisu_76
Subject: Re: Grace Note in Pick-Up Bar
Date: Tue, 21 Apr 2009 12:18:23 -0700 (PDT)

I tried your recommendations with the \grace before the \partial; it doesn't
seem to work;
as requested, here's the full example; it is based on two files: the second
one is the music-file and the first one is the file for the full score,
including the music-file


%%%%%%%%%% FILE 1:

\include "satz03.ly"
# (set-global-staff-size 14)
\score {
   \new StaffGroup \keepWithTag #'score \music
   \layout {}
   \midi {
       \context {
           \Score
               tempoWholesPerMinute = #(ly:make-moment 120 8)
       }
   }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%% FILE 2 (i.e. "satz03.ly":

\include "deutsch.ly"  
global = {
   \time 6/8
   \key es \major
   \tempo "Presto"
}

\markup {
       \fill-line {
       \huge III.
       }
}

ViolineEins = \new Voice {\relative c'{
       \set Staff.midiInstrument = #"violin"
       \grace {c''8} \partial 8*3  b8 \p (a) b-.
        g8-. g-. g-. \grace{as} g( f) g-.
       \bar "|."
       }}

ViolineZwei = \new Voice {\relative c'{
       \set Staff.midiInstrument = #"violin"

        \grace {s8} \partial 8*3 r4 r8
       \bar "|."
       }}
      Viola = \new Voice {\relative c'{
       \clef alto
       \set Staff.midiInstrument = #"viola"
       \partial 8*3 \grace {s8}   r4 r8

       \bar "|."
       }}
Cello = \new Voice {\relative c{
       \clef bass
       \set Staff.midiInstrument = #"cello"
        \grace {s8} \partial 8*3 r4 r8
                 \bar "|."
       }}

music = {

   <<
     \tag #'score \tag #' vn1 \new Staff { << \global \ViolineEins >> }
     \tag #'score \tag #' vn2 \new Staff { << \global \ViolineZwei >> }
     \tag #'score \tag #' vla \new Staff  { << \global \Viola >> }
     \tag #'score \tag #' vlc \new Staff  { << \global \Cello >> }

   >>
}  




grisu_76 wrote:
> 
> Hi everyone!
> 
> I try to do the following:
> 
> ViolineEins = \new Voice {\relative c'{
>               \set Staff.midiInstrument = #"violin"
>               \partial 8*3 \grace {c''8} b8\p (a) b-. 
>                g8-. g-. g-. \grace{as} g(f) g-.
>               \bar "|."
>               }}
> 
> ViolineZwei = \new Voice {\relative c'{
>               \set Staff.midiInstrument = #"violin"
>               \partial 8*3 \grace {s8} r4 r8
>               \bar "|."
>               }}
> 
> I know about the Problem with those dummy-grace-notes, but it is printed
> into the time/key signature;
> 
> Is there a posibility to let the piece start with the grace note within a
> pickup bar?
> 
> Regards,
> Christian
> 

-- 
View this message in context: 
http://www.nabble.com/Grace-Note-in-Pick-Up-Bar-tp23126297p23162998.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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