How about something like the following. I apologize that I didn't spend the
time to find the correct Czech letters.

\version "2.6.3"

allChords = \chordmode {d1 | g |
% ...
}

verse = \relative c'{
\time 2/2
\key g \major b c d d ~ |
d2 << r {s4. \tiny b8 \normalsize } >> |
b4 c d fis ~ |
fis d2 r4 |
% ...
}

verseLyricsI = \lyricmode{
Se vsim, co mam, _
pri --
% ...
}

verseLyricsII = \lyricmode{
Kra sne sny mam, ze
ze -- me
% ...
}

refrMelody = \relative c''{
g1 | d2 b'4 a ~ |
a1 |
% ...
}

refrUpperAccomp = \relative c'{
<b d>1 | <b d>2 <d fis> ~ |
<d fis>1 |
% ...
}

refrLowerAccomp = \relative c'{
\clef "G_8"
g1 | g2 a ~ |
a1 |
% ...
}

refrVerse = \lyricmode{
I -- ma -- nu -- el,
% ...
}


\score{
<<
 \new ChordNames \allChords
 \new Staff {
   \context Voice = verse \verse \break
   <<
     \context Voice = refrMelody \refrMelody
     \new Staff \with {
       fontSize = #-2
      \override StaffSymbol #'staff-space = #(magstep -2)
     } \refrUpperAccomp
     \new Staff \with {
       fontSize = #-2
      \override StaffSymbol #'staff-space = #(magstep -2)
     } \refrLowerAccomp
   >>
 }
 \new Lyrics {
   \lyricsto verse \verseLyricsI
   \lyricsto refrMelody \refrVerse
 }
 \new Lyrics \lyricsto verse \verseLyricsII
>>
}


  /Mats

Jozef Riha wrote:

hello,

is it possible to typeset in lilypond a song like this:
http://www.3pe.cz/PDFnoty/Immanuel.pdf ? and could anyone please tell
me how should i write it (very simple template).

thank you.

cheers,

-- joe


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to