lilypond-user
[Top][All Lists]
Advanced

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

Re: How to join plain + markup text in a single syllable?


From: James E. Bailey
Subject: Re: How to join plain + markup text in a single syllable?
Date: Wed, 16 Jul 2008 13:54:07 +0200


Am 16.07.2008 um 13:35 schrieb Francisco Vila:

Hello all,

Attached is what I want and what I get; in a single note we have:

- last letter of a previous word
- an italic apostrophe
- first letter of the next word, also italic

Not only I cannot join all of this onto a single note, I also obtain
errors for the next syllable (unfinished hyphen).

Any ideas?

The complete code of the attempt is:

\version "2.11.52"
{ \time 3/8 \autoBeamOff a'8 a'16 a' a' a' }
\addlyrics { bien ha -- y \markup{ \italic "'a" } --  que -- ya }


-- Francisco Vila. Badajoz (Spain)
http://www.paconet.org
<bgil-p230-olivito-recorte.jpg><example- italic.png>_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

What you need here is a printer's mark, not an apostrophe, which is what the ' character on your keyboard is. On a macintosh, to get that character, you use shift+option=] and it creates the character ’ as opposed to the ' which is just a hash mark.
\version "2.11.52"
{ \time 3/8 \autoBeamOff a'8 a'16 a' a' a' }
\addlyrics { bien ha -- y’a --  que -- ya }
\paper {ragged-right = ##f }

PNG image






reply via email to

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