lilypond-user
[Top][All Lists]
Advanced

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

Re: Mixing Text and Music


From: Gilles
Subject: Re: Mixing Text and Music
Date: Sat, 25 Feb 2006 14:06:29 +0100
User-agent: Mutt/1.5.11

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




reply via email to

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