bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric extender extends too far when there's a grace note before the


From: Graham Percival
Subject: Re: Lyric extender extends too far when there's a grace note before the next note
Date: Fri, 29 Sep 2006 12:22:08 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=93

Cheers,
- Graham


Arvid Grøtting wrote:
\version "2.8.1"

%% Here, the first two lyric extenders extend way too far.  Visually,
%% it looks like the extender thinks the acciaccatura for the
%% following note is part of its syllable.

%% The third extender shows a workaround using a hidden note and a
%% blank syllable.

\score {
 \relative c'' {
   \time 3/4
   r4 r \acciaccatura es8 d4~ d4 r r
   r4 r \grace es8 d4~ d4 r r
   r4 r \acciaccatura es8 d4~ d4 <<r {\hideNotes d \unHideNotes} >> r
   r4 r \acciaccatura es8 d4~ d4 r r
   d2
 }
 \addlyrics { test, __ test, __ test, __ "" test, __ test. }

 \layout {}
 }



--

Arvid




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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