bug-gnu-music
[Top][All Lists]
Advanced

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

1.3.152:


From: Mark Hindley
Subject: 1.3.152:
Date: Mon, 7 May 2001 13:43:01 +0100 (BST)

I have just started typesetting some choral music and keep
getting

warning: Huh? Melismatic note found to have associated lyrics.

on lily's stderr. The dvi output looks fine. I have had a look at
lily/lyric-phrasing-engraver.cc, but I don't really know what is going
on.

I attach part of the file that produces the warnings. It is still big, sorry. I
tried to reduce it even more to the essentials, but kept eliminating the warning
too!

Mark

#(set! point-and-click line-column-location)               




\include "english.ly"


 \include "paper16.ly"



GlobalKey= \notes  { \key g \major \time 4/2  \partial 1

}


Alto =  \notes \relative c' { \GlobalKey \clef "treble"
                      d1 |
                      e2 g1 fs2 |
                      g1 d2 d|
                      e2. e4 fs1 |
                      ~fs2 g e2. e4 |
                      d1 e |
                      ~e2 d b c |
                      d c a d |
                      e1 d |
                      b2 c d1( |
                      ~d2 c )a1 |
                      b d |
                      e fs |
                      g fs |
                      e2. e4 fs2 d | 
                      e1 fs |
                      g fs |
                      e2. e4 fs2

}

Tenor=  \notes \relative c''' { \GlobalKey \clef "treble_8"
                      b1 |
                      c2()b c d |
                      b1 r |
                      b2 b c2. c4 |
                      d2 d d cs |
                      d1 g, |
                      ~g2 fs g a |
                      g a fs g |
                      g1 fs |
                      g2 g g1( |
                      ~g )fs |
                      g r2 a |
                      b()c1 d2( |
                      ~d )e c d |
                      b cs d a |
                      b()c1 d2 |
                      ~d e()c d |
                      b cs d

                      
}

Bass=   \notes \relative c' { \GlobalKey \clef "bass"
                      g1 |
                      c,2 e1 d2 |
                      g,1 r |
                      g'2 g a2. a4 |
                      b2 e, a a |
                      d,1 c |
                      ~c2 d e c |
                      b c d b | c1 d |
                      e b 
                      d\breve |
                      g,1 r2 d' |
                      g()a1 b2( |
                      ~b )c a b |
                      g a d, fs |
                      g() a1 b2 |
                      ~b c()a b |
                      g a d,
}


Underlay = \lyrics { We praise thee, O God: we ack -- now -- ledge
thee to be the Lord.  All the earth doth wor -- ship thee: the Fa --
ther e -- ver -- last -- ing.  To thee all An -- gels cry a -- loud:
the heavens and an the powers there -- in.
}

\score { \context ChoirStaff
         <
           \context Staff=Alto { 
            \addlyrics\Alto \context Lyrics=AltoUnderlay\Underlay}
           \context Staff=Tenor {
            \addlyrics\Tenor \context Lyrics=TenorUnderlay\Underlay}
           \context Staff=Bass {
            \addlyrics\Bass \context LyricsVoice=BassUnderlay\Underlay}
          >
          \paper{
              \translator { 
                 \ScoreContext
                   BarNumber \override #'padding = #2
 }                      
              \translator {
                 \HaraKiriStaffContext
                   automaticMelismata = ##t
                   }

        }
} 
 



reply via email to

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