|
|
GNU LilyPondWelcome to the home of the GNU Music Typesetter |
||||||||||
|
Node:Extracting an individual part, Previous:The full score, Up:An orchestral score Extracting an individual partThe third file, \include "os-music.ly"
\include "paper16.ly"
\score {
\context Staff <
\property Score.skipBars = ##t
\property Staff.midiInstrument = #"flute"
\global
\Key
\flautoII
>
\header {
instrument = "Flauto II"
}
\paper {
linewidth = 80 * \staffspace
textheight = 200 * \staffspace
}
\midi {
\tempo 4 = 75
}
}
Zo, goed lieverd?
How's, this babe?
Flauto II
Opus 1.
LAID BACK
Because we separated the music definitions from the \flautoIIIn this individual part the second flute has a whole staff for itself, so we don't want to force stem or tie directions. \header {
instrument = "Flauto II"
}
The \header definitions were also read from os-music.ly,
but we need to set the instrument for this particular score.
\property Score.skipBars = ##tIn the conductor's full score, all bars with rests are printed, but for the individual parts, we want to contract pieces of consecutive empty bars. LilyPond will do this if Score's skipBars property to true. |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to lilypond@packages.debian.org Copyright (c) 1997--2001 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.4.12 (stable-branch) by