Okay, I've spent a few days poring over the docs and haven't been able to 
figure this puzzle out.

The idea is that I have a pretty standard piano, melody and lyrics setup-- 
taken directly from the Classical-style vocal template.  I've added a second 
vocal line, which shows up fine and in the right place.  My problem is that 
the lyrics for the second line show up at the top of the staff, and I need 
them below the staff.

I am using lilypond 1.6.8, compiled from code on SuSE Linux 8.1.  The relevant 
code section is listed below.  The line in question is the staff called 
"muses".

Any help you could give would be much appreciated.

        -Beldon


\score {
  <
      \addlyrics
      \context Staff = gary {
        \property Staff.autoBeaming = ##f
        \property Staff.automaticMelismata = ##t
        \melodyGary
      }
      \context Lyrics <
          \context LyricsVoice = "Line-1" {
              \property LyricsVoice . stanza = "1. " 
              \garyOne }
          \context LyricsVoice = "Line-2" {
              \property LyricsVoice . stanza = "2. " 
              \garyTwo }
          >
    < 
        \addlyrics 
        \context Staff = muses { 
            \property Staff.autoBeaming = ##f
            \property Staff.automaticMelismata = ##t
            \melodyMuses 
            }
        \context Lyrics < 
            \context LyricsVoice = "Muses-1" {
                \property LyricsVoice . stz = "2. "
                \musesOne
                }
        >
    >

    \context PianoStaff <
      \context Staff = upper \upper
      \context Staff = lower <
        \clef bass
        \lower
      >
    >
  >
  \paper {
      papersize = "letter" 
    \translator { \HaraKiriStaffContext }
  }  
%  \midi { }  
}



-- 
Last yeer I kudn't spel Engineer.  Now I are won.



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to