lilypond-user
[Top][All Lists]
Advanced

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

Re: grace notes at the same time with "normal" notes


From: Mats Bengtsson
Subject: Re: grace notes at the same time with "normal" notes
Date: Tue, 22 Jan 2008 16:50:07 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



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




reply via email to

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