|
|
GNU LilyPond-- -- |
||||||||||
|
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 \flautoII
In 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 = ##t
In the conductor's full score, all bars with rests are printed, but for
the individual parts, we want to print one multimeasure rest instead of
many consecutive empty bars. LilyPond will do this if
Score.skipBars is set to true (##t).
|
||||||||||
|
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 (address unknown) Copyright (c) 1997--2002 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.6.6 (stable-branch) by