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: Mats Bengtsson
Subject: Re: Grace Note in Pick-Up Bar
Date: Sun, 19 Apr 2009 21:59:36 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

Please send a complete example. When I add the following line below your code, to get some printed output, I don't see any problems, at least not with version 2.12.


\new Staff { \key b \major <<\ViolineEins \ViolineZwei >> }


Anyway, you may want to try to move the \partial command after the grace note, i.e.
         \grace {c''8} \partial 8*3 b8\p (a) b-.

  /Mats

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


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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