lilypond-user
[Top][All Lists]
Advanced

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

Re: Bass Clef Lyrics Above Staff


From: James E. Bailey
Subject: Re: Bass Clef Lyrics Above Staff
Date: Fri, 30 Jan 2009 09:55:01 +0100

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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