Hi Stan, 

Stan Mulder-3 wrote
> At the end of a jazz piece I'm arranging I would like to suggest some
> notes
> for a solo at the bottom of the piece of music.

this shouldn't be a problem. You can put several scores or markup parts into
a document:

% ----------------------------------------

\version "2.19.25"

\header {
  title = "Main Song"
  composer = "Me"
}

\score {
  \repeat unfold 50 {c'4 d' e' d'}
}

\markup \vspace #5
\markup "Suggested Solo:"

\score {
  \repeat unfold 20 {c'16 d' e' d'}
}

% ----------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Create-a-snippet-line-of-music-after-the-main-music-tp187774p187775.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to