lilypond-user
[Top][All Lists]
Advanced

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

Re: Grace at beginning of score


From: Jean-Charles Malahieude
Subject: Re: Grace at beginning of score
Date: Fri, 09 Mar 2012 14:55:49 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

Le 09/03/2012 05:20, ornello disait :
What is the right way to write a grace note at the beginning of the score (or
after a clef/time/key signature change)? Here is my attempt:


[...]


But this issue does not mention a workaround? Does anybody know a trick?

Have a look at the "Known issues" in the Notation Reference, under
1.2.6 Special rhythmic concerns

and change your code for something like

\new PianoStaff <<
  \new Staff <<
    \new Voice {
      \clef violin
      \key bes \major
      \time 4/4
      \grace a'8 (
      a''1 )
    }
  >>
  \new Staff <<
    \new Voice {
      \clef bass
      \key bes \major
      \grace s8 % <<== dummy grace in order to synchronize <<==
      c1
    }
  >>


Cheers,
Jean-Charles



reply via email to

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