Hi,

I like the lilypond package and I decided to dive into for my guitar
playing book.

Unfortunately I stumble over two problems which can be seen in the
example attached.

- First there is the German umlauts. As you can see in the example, it
  is correct encoded in UTF-8 but the umlauts are encoded as "??".
  I did already try to use no bomb or even in latin1 encoding. But
  nothing helped.

- The second problem is about aligning the text with the notes. As you
  can see, it never get aligned correctly. I put it in the file in two
  versions. The first is without any hint and the second is with all
  hints. None of them has the proper aligning (Starting with "Roter"
  over two notes, then "Mond" over one and the next note without text.
  After that, "überm" over two notes and "Silbersee" over three and so
  on.

Do you have any hint how to solve that two problems?

Later on I plan to include that in LaTeX document but at the moment I
just try to get my music in a beautiful setup.

Regards
   Klaus
-- 
Klaus Ethgen                                       http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16            Klaus Ethgen <kl...@ethgen.ch>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
\version "2.19.80"
\language "deutsch"
\include "predefined-guitar-fretboards.ly"

global = { \time 2/4 }
%liedchords = { \chordmode { e1:m d e:m d \break \repeat volta 2 { g d c e } }}
liedchords = { \transpose a e \chordmode { a1:m g a:m g \break \repeat volta 2 { c g d:m a } }}

<<
   \new ChordNames { \global \liedchords }
   \new FretBoards { \global \liedchords }
   \new Staff { \global \liedchords }
   \new Staff { \clef treble \global \relative {
      a4 a | a2( | a4) h8 c | h a g4 | a a a2( | a4) h8 c | h a g4 \break
      \repeat volta 2 { e'4 e | e2( | e4) d8 e | d4. c8 | d4 d8 c | d4 d8 c | a4 a8 g | a2 }
}}
   \new Lyrics { \lyricmode { Roter Mond überm Silbersee, Feuerglut wärmt den kalten Tee. Kiefernwald in der Nacht und noch ist der neue Tag nicht erwacht. }}
>>
<<
   \new ChordNames { \global \liedchords }
   \new FretBoards { \global \liedchords }
   \new Staff { \global \liedchords }
   \new Staff { \clef treble \global \relative {
      a4 a | a2( | a4) h8 c | h a g4 | a a a2( | a4) h8 c | h a g4
      \repeat volta 2 { e'4 e | e2( | e4) d8 e | d4. c8 | d4 d8 c | d4 d8 c | a4 a8 g | a2 }
}}
   \new Lyrics { \lyricmode { Ro -- ter Mond _ ü -- berm Sil -- ber -- see, Feu -- er -- glut _ wärmt den kal -- ten Tee. Kie -- fern -- wald _ in der Nacht und noch ist der neue Tag nicht erwacht. }}
>>

Attachment: signature.asc
Description: PGP signature

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

Reply via email to