lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical alignment of text added to notes.


From: MarcM
Subject: Re: Vertical alignment of text added to notes.
Date: Tue, 20 Jan 2015 16:05:13 -0700 (MST)

I find it easier to use lyrics.

http://lilybin.com/to3r9r/5

musicOne = \relative c' {
  d e f g a b c
}
verseOne = \lyricmode {
  d e f g a b c
}
\score {
  <<
    \new Voice = "one" {
      \time 2/4
      \musicOne
    }
    \new Lyrics \lyricsto "one" {
      \verseOne
    }
  >>
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Vertical-alignment-of-text-added-to-notes-tp170221p170815.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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