lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming and grace notes


From: Thomas Morley
Subject: Re: Beaming and grace notes
Date: Thu, 27 Nov 2014 23:17:55 +0100

2014-11-27 23:08 GMT+01:00 Keith OHara <address@hidden>:
> Knute Snortum <ksnortum <at> gmail.com> writes:
>
>> I want to start a run of grace notes with a note with a normal head.
>
>> ...but with the c' beamed to the d'.
>
> If these notes all happen before the beat, then
>  \relative c' {
>    \grace { <\tweak #'font-size #0 c>32 d e f g a b } c8 }
>
>
> This looks like it might be a situation where the first note is on the beat.
> In these cases, even though we call them 'grace-notes' LilyPonds \grace
> is not what I want to use.  I just make the notes small and grace-style
> and tell LilyPond their actual (as opposed to printed) duration so she
> understands how I want them to fit in the music.
>
> \relative c' {
>   c16[
>   \teeny
>   \override Stem  #'no-stem-extend = ##t
>   \override Stem  #'length-fraction = #0.7
>   d32*1/3 e f g a b]
>   \normalsize
>   \revert Stem  #'no-stem-extend
>   \revert Stem  #'length-fraction
>   c8
>   r4 r2 }


Maybe
http://lsr.di.unimi.it/LSR/Item?id=193
is of some help as well.

Cheers,
  Harm



reply via email to

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