lilypond-es
[Top][All Lists]
Advanced

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

Re: [lilypond-es] Lyrics en notación fonética


From: Francisco Vila
Subject: Re: [lilypond-es] Lyrics en notación fonética
Date: Thu, 9 Dec 2010 17:04:23 +0100

El día 9 de diciembre de 2010 11:14, percuta percuta
<address@hidden> escribió:
> ¿Sabéis decirme si puede escribirse el texto de una partitura de voz con
> caracteres del lenguaje fonético? Por ejemplo: ô û Û ä ë

Sin duda, véase
http://lilypond.org/doc/v2.13/Documentation/notation-big-page.es.html#index-Unicode

bulgarian = \lyricmode {
  Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон.
}

% Hebrew
hebrew = \lyricmode {
  זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן.
}


> En general, ¿cómo puedo cambiar la fuente de los lyrics?

Defines un árbol con tres fuentes para todo el documento y luego las
llamas por roman, sans o typewriter.

\paper  {
  myStaffSize = #20
  #(define fonts
    (make-pango-font-tree "Times New Roman"
                          "Nimbus Sans"
                          "Luxi Mono"
                           (/ myStaffSize 20)))
}


{ g'4 e' }
\addlyrics {
        \override LyricText  #'font-family = #'sans
        Ho -- la
}

Véase 
http://lilypond.org/doc/v2.13/Documentation/notation-big-page.es.html#entire-document-fonts

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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