help-gnu-music
[Top][All Lists]
Advanced

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

Re: Grace notes before the beat ?


From: Mats Bengtsson
Subject: Re: Grace notes before the beat ?
Date: Sat, 06 Jan 2001 18:48:16 +0100

> Hi everybody,
> 
> I would like to know if there is a simple way to ask lilypond to put
> grace notes *before* the beat and not onto it ?

Certainly, try

------------------------------------
\header {
    tagline = "";
}
\include "italiano.ly"
graceright = \property Grace.graceAlignPosition = \right

\score {
\notes
\relative do'
{
    \time 6/8;
    \grace {\graceright [si16 do]} do2.-\trill 
    re2.
    \bar "|.";
}
}

--------------------------------

The answer to your question could be found in /input/test/grace.ly
or in the automatically generated part of the user manual
(From www.lilypond.org, click on "User Manual", 
"Internals: Auto generated ..." and then "Context Grace")

   /Mats



reply via email to

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