Hi.

> I am trying to do a book of cello exercises. Text and music alternate. There
> can be anything from a line of text to several paragraphs, followed by
> anything from one staff to a whole page of music. I have studied the manual
> and am at a complete loss as to how to proceed. 


An example:

%-----
\version "2.6.3"

\markup {
  "Some text before" "the notes"
}

\score {
  \relative c' {
    \clef F
    a b c
  }
  \header { piece = "Some notes" }
  \layout { indent = 0\cm }
}

\markup {
  \column { "Some text after..." "... the notes" }
}
%-----


Best,
Gilles


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to