easiest way that I know of is:
\version "2.12.2"
music = \relative { \clef bass c1 }
lyric = \lyricmode { text }
\score {
<<
\new Staff = "bass" \new Voice = "bass" \music
\new Lyrics \with {alignAboveContext=bass} \lyricsto bass \lyric
>>
}
Am 30.01.2009 um 06:29 schrieb Ezequiel Sierra:
How can i place the lyrics in the top the bass clef up instead of
the bottom because i have a choir staff
ZeeK
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user