Hi

Im still a newbie in lilypond, though i've type set about 5 pieces. but
anyway...

I want to make a small booklet for my marriage with all the hymns and
songs and additional text (title, preface, program, thankyous etc)

We (actually my wife) have typeset the songs, as you can see in the
attachment. It looks ok for us. But now we want that the fonts of the
stanzas and the normal latex text are the same. How can we do that?

And perhaps some of you have additional ideas howto improve the lilypond
code, im not really happy with it ...

TIA, Sebastian.


\version "2.10.5"
#(set-default-paper-size "a5")

\header {
  title = "Heilig"
  tagline = ""
}

global =  {
    \time 3/4 \key f \major
  }

  melodyA = 
  { \relative f' 
    {
      a2 a4
      g2 a4
      bes2.
      a2.
      g2 g4
      g2 a4
      f2.(
      g2) r4
      
      a2 a4
      g2 a4
      bes2.
      a2.
      g2 g4
      g2 a4
      f2.(
      f4) r2

      c'2 c4
      c2 c4
      d2.
      bes 2.
      bes2 c4
      a2 f4
      g2.(
      g4) r2

      a2 a4
      g2 f4
      bes2.
      a2.
      d2 g,4
      g2 a4
      f2. (
      f4) r2 \bar "|."
    }
  }
  % ende A 
  
  stropheEinsA = \lyricmode { \set stanza = "1. "
    Hei -- lig, hei -- lig, hei -- lig,
    hei -- lig ist der Herr!
    Hei -- lig, hei -- lig, hei -- lig,
    hei -- lig ist nur Er!
    Er, der nie be -- gon -- nen,
    Er, der im -- mer war,
    e -- wig ist und wal -- tet,
    sein wird im -- mer -- dar.
  }

  <<
    \new Voice = "teila" { \global \melodyA }
    \new Lyrics \lyricsto "teila" \stropheEinsA
  >>

\markup{\override #'(font-size . 1) 
  \column {
    \line {2. Heilig, heilig, heilig, / heilig ist der Herr! /}
    \line {Heilig, heilig, heilig, / heilig ist nur Er! /}
    \line {Allmacht, Wunder, Liebe, / Alles rings umher! /}
    \line {Heilig, heilig, heilig, / heilig ist der Herr!}
  }
}

\layout {
  indent = #0
  line-width = #120  
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to