lilypond-user
[Top][All Lists]
Advanced

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

Re: Create a snippet line of music after the main music


From: Klaus Blum
Subject: Re: Create a snippet line of music after the main music
Date: Fri, 26 Feb 2016 16:12:33 -0700 (MST)

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.



reply via email to

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