lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with Last Syllable of a Lyrics


From: Trent Johnston
Subject: Re: Problem with Last Syllable of a Lyrics
Date: Mon, 26 Jun 2006 11:59:26 +1000

----- Original Message ----- 
From: "Alexander Brock" <address@hidden>
To: <address@hidden>
Sent: Monday, June 26, 2006 8:50 AM
Subject: Problem with Last Syllable of a Lyrics


> Hello,
>
> When I write \lyrics { } Lilypond forgets the last syllable of it.
>
> The log doesn't contain errors:
>
> # -*-compilation-*-
> Processing `Hosanna, Hosanna, Hosanna in der Hoehe.ly'
> Parsing...
> Interpreting music... [8][15]
> Preprocessing graphical objects...
> Calculating line breaks... [3][6][9][12]
> Calculating page breaks...
> Layout output to `Hosanna, Hosanna, Hosanna in der Hoehe.ps'...
> Converting to `Hosanna, Hosanna, Hosanna in der Hoehe.pdf'...
>
> And here is the Sourcecode:
>
> \header {
>   title="Hosanna, Hosanna, Hosanna in der Höhe"
> }
>
> {
>   <<
>
>    \chords {
>     r8 g1 d e2:m c
>     d1 d d2 d g1
>     c2 d g1 c2 d
>     g4 d/fis e2:m c d g1
>    }
>
>    \new Voice \with {
>     \consists "Completion_heads_engraver"
>    } {
>     \relative {
>      \key  g \major
>      \partial 8
>      g'8
>      \repeat volta 2 {
>       g4.( d8) d4 r8 g
>       a4.( d8) d4 r8 a
>       b8 a g fis g4\( b8( b)\)
>       \break
>      }
>      \alternative {
>       { a2. r8 g }
>       { a2 r }
>      }
>      r4 c8 c c b a b~
>      b4. r8 r2
>      \break
>      r4 c8 c c( b) a b~
>      b4. r8 r2
>      r4 c8 c c b a b
>      \break
>      b4 a g r8 b8
>      c8 b a g a4.~( g8) g2. r4
>      \bar "|."
>     }
>     \addlyrics {
>      Ho -- san -- na, Ho -- san -- na, Ho -- san -- na in der Hö -
>      he. Ho -- he Du bist Kö -- nig und Herr,
>      Du re -- gierst mit Macht, Dei -- ne Herr -- lich -- keit ist
>      of -- fen -- bar. Ho -- san -- na in der Hö - he!
>
>     }
>     \addlyrics {
>      _ Eh -- re, _ Eh -- re, _ Eh -- re sei dem Kö -- nig al --
>      lein. -- lein. _ _ _ _ _ _
>      _ _ _ _ _ _ _ _ _ _ _
>      _ _ _ _ Eh -- re sei dem Kö - nig!
>
>     }
>    }
>   >>
> }
>
> \version "2.8.5"
>
> Alexander
>

Hi Alexander,

It looks like both last syllables only have a single hyphen instead of the
usual double hyphen --.

Hö - he!     should be  Hö -- he!

Kö - nig!    should be  Kö -- nig!


Trent




reply via email to

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