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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to