bug-lilypond
[Top][All Lists]
Advanced

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

Appoggiatura adds hyphen to lyrics


From: Zoltan Selyem
Subject: Appoggiatura adds hyphen to lyrics
Date: Sun, 28 Sep 2008 15:00:09 +0200

%%
%% If there is an appoggiatura at the beginning of a new line,
%% the lyrics will get an extra hyphen before the first syllable.
%%
%% (Of course it happens only if there's a centered hyphen between the
%% syllables, but normally that should not add a hyphen at the
%% beginning of a line, see measure 3 in the example below.)
%%
%% I wrote an example with two staves, in order to show that
%% the appoggiatura influences other staves, too.
%%
%% Using \acciaccatura instead of \appoggiatura produces the same bug.
%%

\version "2.11.60"
\paper{ ragged-right=##t }
<<
  \context StaffGroup
  <<
    \new Staff{
      g'2 g' | \break
      \appoggiatura f'8 g'2 g'2 | \break
      g'2 g' |
    }
    \addlyrics{ \lyricmode{ bla -- bla -- bla -- bla -- bla -- bla }}
    \new Staff{
      g'2 g'2 |
      g'2 g'2 |
      g'2 g'2 |
    }
    \addlyrics{ \lyricmode{ bla -- bla -- bla -- bla -- bla -- bla }}
  >>
>>

Attachment: appoggiatura-lyrics.png
Description: PNG image


reply via email to

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