Ok, I found a bug of some sort, and as instructed on every damn page of
the manual, I sent a report to [email protected] (why not
[EMAIL PROTECTED]), which just got rejected because I'm not on that
list.  I was told to go to some page at gmane.org that took a minute and
a half to load, requires extra confirmation to be sent back and forth,
and doesn't let me attach files, so I figured, screw this, I'll send it
to the development list.  Sorry if this email isn't relevant to you.



It's a twofer!  Or perhaps two aspects of the same bug.  If I compile
the attached file as-is, it claims
  programming error: slur attachment is inf/nan
  continuing, cross fingers
  programming error: slur attachment is inf/nan
  continuing, cross fingers
while compiling, and has an ugly slur.  If I remove the commented line
(thus removing the stem engraver), compilation simply halts after
breaking lines:
  Calculating line breaks...
  
[3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][48][51][54][57][60][63][66][69][72][75][78][81][84][87][90][93][96][99][102][105][108][111][114][117][120][123][126][129][132][135][138][141][144][147][150][153][156][159][162][165][168][171][174][177][180][183][186][189][192][195][198][201][204][207][210][213][216][219][222][225][228][231][234][237][240][243][246][249][251]
  shell returned 246

This is 2.6.4 on a MacOS box.  Incidentally, I think gregorian-init.ly
is calling \version, because lilypond doesn't warn me about lack of a
\version line when I've included it---that probably shouldn't be the
case.

-- 
-=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=-
Don't use a big word where a diminutive one will suffice.
\version "2.6.4"
\include "gregorian-init.ly"
\include "english.ly"
\score {
  \midi { }
  \layout { 
    indent = #0
    \context {
      \Staff
      \remove "Bar_engraver"
      \remove "Time_signature_engraver"
      autoBeaming = ##f
    }
    \context {
      \Voice
%      \remove "Stem_engraver"
    }
    \context {
      \Score
      \remove "Bar_number_engraver"
    }
  }
  <<
    \context Voice=notes \relative c'' {
      c4 c a g f g a g2 f2 \finalis
      c'4 c a g f g a g f2 \divisioMaior
        f4 g a c d2 c2 \finalis
      \break

      f4 e( d c) d2 c2 \finalis
      f4 e d c d( e) d2( c2) \finalis
      c4 c a( g f) g( a) f2 \finalis
      f4 g a c d c2 \finalis
      c4 d e f e d( e) d2 c2 \divisioMaior
        c4 c a g f g a g2 f2 \finalis
      c'4 c a g f g a g2 f2 \divisioMaior
        f4 g( a) c d( c) d( e) f( e) d( c) c2 \finalis
      c4 c a g f g a c d c2 \divisioMinima
        d4( e) f( e) d c2 \finalis
      \break

      f4 e d e d( c) d e d2 c2 \divisioMaior
        c4 c a( g f) g( a g) f2 \finalis
      f4 g a c d c d( e f e) d2( c2) \divisioMaior
        c4 c a( g f) g( a) g2 f2 \finalis
      f'4 e d c d e d2 c2 \divisioMaior
        c4 c a g f g a c d( c) d( e f e) d2( c2) \finalis
      c4 c a g f g a g2 f2 \divisioMaior
        f4 g a c d2 c2 \finalis
      \break

      f4 e d c d e d2 c2 \finalis
      f4 e d( c) d( e) d( c) c2 \finalis
      c4 c a g( f) g( a) c d2( c2) \divisioMinima
        d4( e) f( e) d2 c2 \finalis
      c4 c a( g f) g( a) g f2 \divisioMaior
        f4 g a c d c d( e f e) d2( c2) \finalis
      \break

      c4( a g f bf a g) g2( f2) \finalis
    }
%    \new Lyrics \lyricsto "notes" \lyricmode {
%      %\override LyricText #'self-alignment-X = #-1
%      %"Glory to God in the highest."
%      Glory
%    }
    \new Lyrics \lyricsto "notes" \lyricmode {
      Gló -- ri -- a in ex -- cél -- sis De -- o.
      Et in ter -- ra pax ho -- mí -- ni -- bus 
        bo -- næ vo -- lun -- tá -- tis.

      Lau -- dá -- mus  te.
      Be -- ne -- dí -- ci -- mus te.
      A -- do -- rá -- mus te.
      Glo -- ri -- fi -- cá -- mus te.
      Grá -- ti -- as á -- gi -- mus ti -- bi
            pro -- pter ma -- gnam gló -- ri -- am tu -- am.
      Dó -- mi -- ne De -- us, Rex cæ -- lés -- tis,
            De -- us Pa -- ter om -- ní -- po -- tens.
      Dó -- mi -- ne Fi -- li u -- ni -- gé -- ni -- te, Ie -- su Chri -- ste.
      %(29 feet)

      Dó -- mi -- ne De -- us, A -- gnus De -- i, Fí -- li -- us Pa -- tris.
      Qui tol -- lis pec -- cá -- ta mun -- di,
            mi -- se -- ré -- re no -- bis.
      Qui tol -- lis pec -- cá -- ta mun -- di,
            sú -- sci -- pe de -- pre -- ca -- ti -- ó -- nem no -- stram.
      Qui se -- des ad déx -- te -- ram Pa -- tris,
            mi -- se -- ré -- re no -- bis.
      %(26 feet)

      Quó -- ni -- am tu so -- lus San -- ctus.
      Tu so -- lus Dó -- mi -- nus.
      Tu so -- lus Al -- tís -- si -- mus,
            Ie -- su Chri -- ste.
      Cum San -- cto Spí -- ri -- tu,
            in gló -- ri -- a De -- i Pa -- tris.  
      %(14 feet)

      A -- men.
    }
  >>
}
\version "2.6.4"
\include "gregorian-init.ly"
\include "english.ly"
\score {
  \midi { }
  \layout { 
    indent = #0
    \context {
      \Staff
      \remove "Bar_engraver"
      \remove "Time_signature_engraver"
      autoBeaming = ##f
    }
    \context {
      \Voice
%      \remove "Stem_engraver"
    }
    \context {
      \Score
      \remove "Bar_number_engraver"
    }
  }
  <<
    \context Voice=notes \relative c'' {
      c4 c a g f g a g2 f2 \finalis
      c'4 c a g f g a g f2 \divisioMaior
        f4 g a c d2 c2 \finalis
      \break

      f4 e( d c) d2 c2 \finalis
      f4 e d c d( e) d2( c2) \finalis
      c4 c a( g f) g( a) f2 \finalis
      f4 g a c d c2 \finalis
      c4 d e f e d( e) d2 c2 \divisioMaior
        c4 c a g f g a g2 f2 \finalis
      c'4 c a g f g a g2 f2 \divisioMaior
        f4 g( a) c d( c) d( e) f( e) d( c) c2 \finalis
      c4 c a g f g a c d c2 \divisioMinima
        d4( e) f( e) d c2 \finalis
      \break

      f4 e d e d( c) d e d2 c2 \divisioMaior
        c4 c a( g f) g( a g) f2 \finalis
      f4 g a c d c d( e f e) d2( c2) \divisioMaior
        c4 c a( g f) g( a) g2 f2 \finalis
      f'4 e d c d e d2 c2 \divisioMaior
        c4 c a g f g a c d( c) d( e f e) d2( c2) \finalis
      c4 c a g f g a g2 f2 \divisioMaior
        f4 g a c d2 c2 \finalis
      \break

      f4 e d c d e d2 c2 \finalis
      f4 e d( c) d( e) d( c) c2 \finalis
      c4 c a g( f) g( a) c d2( c2) \divisioMinima
        d4( e) f( e) d2 c2 \finalis
      c4 c a( g f) g( a) g f2 \divisioMaior
        f4 g a c d c d( e f e) d2( c2) \finalis
      \break

      c4( a g f bf a g) g2( f2) \finalis
    }
%    \new Lyrics \lyricsto "notes" \lyricmode {
%      %\override LyricText #'self-alignment-X = #-1
%      %"Glory to God in the highest."
%      Glory
%    }
    \new Lyrics \lyricsto "notes" \lyricmode {
      Gló -- ri -- a in ex -- cél -- sis De -- o.
      Et in ter -- ra pax ho -- mí -- ni -- bus 
        bo -- næ vo -- lun -- tá -- tis.

      Lau -- dá -- mus  te.
      Be -- ne -- dí -- ci -- mus te.
      A -- do -- rá -- mus te.
      Glo -- ri -- fi -- cá -- mus te.
      Grá -- ti -- as á -- gi -- mus ti -- bi
            pro -- pter ma -- gnam gló -- ri -- am tu -- am.
      Dó -- mi -- ne De -- us, Rex cæ -- lés -- tis,
            De -- us Pa -- ter om -- ní -- po -- tens.
      Dó -- mi -- ne Fi -- li u -- ni -- gé -- ni -- te, Ie -- su Chri -- ste.
      %(29 feet)

      Dó -- mi -- ne De -- us, A -- gnus De -- i, Fí -- li -- us Pa -- tris.
      Qui tol -- lis pec -- cá -- ta mun -- di,
            mi -- se -- ré -- re no -- bis.
      Qui tol -- lis pec -- cá -- ta mun -- di,
            sú -- sci -- pe de -- pre -- ca -- ti -- ó -- nem no -- stram.
      Qui se -- des ad déx -- te -- ram Pa -- tris,
            mi -- se -- ré -- re no -- bis.
      %(26 feet)

      Quó -- ni -- am tu so -- lus San -- ctus.
      Tu so -- lus Dó -- mi -- nus.
      Tu so -- lus Al -- tís -- si -- mus,
            Ie -- su Chri -- ste.
      Cum San -- cto Spí -- ri -- tu,
            in gló -- ri -- a De -- i Pa -- tris.  
      %(14 feet)

      A -- men.
    }
  >>
}
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to