lilypond-user
[Top][All Lists]
Advanced

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

Re: quotation marks in lyricmode


From: Urs Liska
Subject: Re: quotation marks in lyricmode
Date: Thu, 26 Apr 2012 21:52:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Thanks to all.
Janek's (simplest) solution just did it.
When I noticed that hitting " doesn't work because it's a special char, I didn't think of the (obvious) fact that the other quotation marks aren't special but ordinary Unicode characters ...

So copy and paste worked smoothly :-[

Best
Urs

Am 26.04.2012 13:25, schrieb Jan-Peter Voigt:
This is almost, what I just was about to write ...
just another hint: you can also enter any character in a markup with the \char command. The codes are 8222 and 8220. If you want to circumvent \markup \concat { \char #8222 Ich }, you might use a music-function, to wrap syllables in quotes. I have done things like that, if you're interested, I can search for them.

Cheers, Jan-Peter

On 26.04.2012 13:12, Janek Warchoł wrote:
On Thu, Apr 26, 2012 at 12:59 PM, Urs Liska<address@hidden>  wrote:
Any hints possible on how to achieve quotation marks in lyrics? Preferrably
the language specific (German) versions.
"ordinary" quotation marks should be preceded with backslashes and
included inside external quotation marks:

{ b }
\addlyrics {
   "\"quote\""
}

to have other quotation marks, simply take advantage of Unicode
encoding - unicode recognizes several different types of quotation
marks and treats them as different characters.  The only problem is to
get them, since pressing " key on the keyboard gives the " character,
not one of the other quotations.  I usually work around this by
pasting from a word processor or, for example, wikipedia
(http://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen):

{ b }
\addlyrics {
   „modal“
}

(i don't know if the e-mail won't distort the encoding, but when i use
the code which i pasted above i get german quotation marks in Lily
output)

cheers,
Janek

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



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




reply via email to

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