lilypond-user
[Top][All Lists]
Advanced

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

Re: Very minor problem with lilypond


From: Bertalan Fodor
Subject: Re: Very minor problem with lilypond
Date: Thu, 21 Oct 2004 20:03:06 +0200
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

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 {
   }

}





reply via email to

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