lilypond-user
[Top][All Lists]
Advanced

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

Re: grace notes grumble


From: Erik Sandberg
Subject: Re: grace notes grumble
Date: Thu, 18 Aug 2005 09:28:00 +0200
User-agent: KMail/1.8.1

On Thursday 18 August 2005 07.57, Aaron Mehl wrote:
> Hi all,
>
> I am having some challenges getting grace notes to do
> what I intended, with lyrics and also in combination.
>
>
> The first case is as follows:
>
>  g'2\grace a'8( g'2 ) | g'2
>         ya        -            leh

Please give full snippets of code, including a \version statement. I extended 
your example to a compilable snippet, and it works as expected:

\version "2.6.0"
<<
\context Voice=A
{        g'2\grace a'8( g'2 ) | g'2 }
\new Lyrics \lyricsto A {        ya        --            leh }
>>

-- 
Erik




reply via email to

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