The manual says:

    Manual> You can add stanza numbers by setting LyricsVoice.Stanza
    Manual> (for the first system) and LyricsVoice.stz for the
    Manual> following systems.

The LyricsVoice.stz doesn't seem to be working for me on 1.3.140,
unless I'm using it wrong.  The file is attached.

#(set! point-and-click line-location)
\header {
        composer = "John Dowland";
        crossRefNumber = "1";
        footnotes = "\\\\Original clef, C on first line";
        origin = "From The First Booke of songs or Ayres of foure parts, with 
Tableture for the Lute";
        tagline = "Lily was here 1.3.142 -- automatically converted from ABC";
        title = "VI. Now, O now, I needs must part,\\\\Cantus";
}
wordsdefaultV0 = \lyrics  {
\property LyricsVoice . stanza = "1."
\property LyricsVoice . stz = "1."

Now, O now, I needs must part, part- ing though I ab- sent  
mourn.  Ab-  sence can no joy im-  part: joy once fled can-  not re-  turne.  
Sad de-  spair doth drive me hence, this des-  paire un-  kind-  nes sends. If that  
part-  ing bee of-  fence, it is shee which then of-  fends.  
}
wordsdefaultV1 = \lyrics  {
While I live I needs must love, love lives not when hope is 
gone.  Now at last de-  spaire doth prove, love di-  vi-  ded lov-  eth none.  
}
wordsdefaultV2 = \lyrics  {
\property LyricsVoice . stanza = "2."
\property LyricsVoice . stz = "2."
Deare, when I from thee am gone, Gone are all my joyes at  
once. I loved thee and thee a-  lone, In whose love I joy-  ed once.  
}
wordsdefaultV3 = \lyrics  {
And al-  though your sight I leave,  Sight where in my joyes doe  
lie, Till that death doth sence be-  reave, Ne-  ver shall af-  fec-  tion die.  
}
wordsdefaultV4 = \lyrics  {
\property LyricsVoice . stanza = "3."
\property LyricsVoice . stz = "3."
Deare, If I do not re- turne, Love and I shall die to-  
gether. For my ab-  sence ne-  ver mourne, Whom you might have joy-  ed ever:  
}
wordsdefaultV5 = \lyrics  {
Part we must though now I die, Die I do to part with  
you.  Him des-  paire doth cause to lie, Who both lived and di-  eth true.  
}
voicedefault = \notes {
\property Staff.noAutoBeaming = ##t
\property Score.breakAlignOrder = #'(
Left_edge_item
Span_bar
Breathing_sign
Staff_bar
Clef_item
Key_item
time_signature
)
\property Staff.forgetAccidentals = ##t
\property Voice.NoteHead \override  #'style = #'baroque
\property Score.defaultBarType="empty"

\property Staff.TimeSignature \set #'style = #'1style
\time 3/2; \key g \mixolydian; % %MIDI nobarlines
 % 1
   \repeat volta 2 {   b'1    a'2    \bar "|";   g'1    fis'2    \bar "|";   
e'1    g'2    \bar "|";   a'1    r2   \bar "|";   b'1    d''2    \bar "|";   
c''1    b'2    \bar "|";   a'1    b'2    % 2
   a'1    r2   \bar "|";   b'1    a'2    \bar "|";   g'1    fis'2    \bar "|";  
 e'1    g'2    \bar "|";   a'1    r2   \bar "|";   b'2    d''2    c''2.    c''4 
   b'2    a'2    \bar "|";   g'\breve.    }   % 3
   \repeat volta 2 {   c''1    c''2    \bar "|";   c''1    e''2    \bar "|";   
d''1    e''2    \bar "|";   d''1    r2   \bar "|";   c''2.    c''4    b'2    
\bar "|";   a'2    c''2    b'2    \bar "|";   a'\breve.    \bar "|";   b'1    
a'2    \bar "|";   % 4
   g'1    fis'2    \bar "|";   e'1    g'2    \bar "|";   a'1    r2   \bar "|";  
 b'2    d''2    c''2.    c''4    b'2    a'2    g'\breve.    }   
}\score{
        \notes <

        \addlyrics
        \context Staff="default"
        {
            \$voicedefault 
        }

        \context Lyrics="default" 
        <\context LyricsVoice = "default-1"     
          { \$wordsdefaultV0 }
          { \$wordsdefaultV1 }
\context LyricsVoice = "default-2"      
          { \$wordsdefaultV2 }
          { \$wordsdefaultV3 }
\context LyricsVoice = "default-3"      
          { \$wordsdefaultV4 }
          { \$wordsdefaultV5 }
        >

    >
        \paper {
        }
        \midi {}
}

-- 
Laura (mailto:[EMAIL PROTECTED])
http://www.laymusic.org : Putting live music back in the living room.


Reply via email to