What about this?


\version "2.2.5"

#(ly:set-point-and-click 'line-column)

\header {
}


verse= \lyrics {

}


staffViolin = \new Staff \notes {
\time 4/4
\set Staff.instrument="Violin"
\set Staff.midiInstrument="violin"
\key c \major
\clef treble
\relative c' {
\context Voice = "melodyVio" {
\dynamicUp
}


   \bar "|."
   }

}
staffBass = \new Staff \notes {
   \set Staff.instrument="Bass"
   \set Staff.midiInstrument="acoustic bass"
   \transposition c,
   \key c \major
   \clef bass
   \relative c' {

   \bar "|."
   }

}

harmonies = \new ChordNames \chords {
}


\score {
<<
\harmonies
\staffViolin
\context Lyrics = lmelodyVio \lyricsto "melodyVio" \verse \staffBass
>>
\midi {
}
\paper {
}


}



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

Reply via email to