lilypond-user
[Top][All Lists]
Advanced

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

Re: template


From: Mats Bengtsson
Subject: Re: template
Date: Fri, 11 Nov 2005 16:51:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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