Stefan Thomas wrote:
Dear Lilyponduser,
I wanted to ask, if it is possible, to start the first grace-note in
the below quoted example at the same time as the "normal" fis?
Slightly tricky! I see two main options. Either let also the fis formally be a grace note, but printed in normal font size, or alternatively to let the grace notes be normal notes engraved in smaller size and adjust the durations of the notes, so everything matches.

\version "2.10.0"
\score { <<
 \new Staff \relative {
   \grace {c16[ d e f ] }g1 |
   \set fontSize = #-3 c,16 d e f \unset fontSize g1*3/4 |
 }
 \new Staff \relative {
\grace { \revert Stem #'font-size \revert NoteHead #'font-size fis1*1/4 }
   s1 |
   fis1
 }
>>}
\layout{ragged-right = ##t }


And,one mor question, is it possible to have slashes through the stems of
the grace notes?
Of course, if they are not beamed, see section "Grace notes".
Unfortunately not if they are beamed, as here. A workaround is
described in http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00253.html


   /Mats


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to