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 [email protected] 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 }
<<inline: example.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
