The previous section deals with inserting notes from another voice. When making a part, these notes need to be specially formatted. Here is an example of formatted cue notes
smaller = {
\set fontSize = #-2
\override Stem #'length = #5.5
\override Beam #'thickness = #0.384
\override Beam #'space-function =
#(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
}
{
\set Staff.instrument = #"Horn in F"
\set Score.skipBars = ##t
R1*21
<< {
\once \override Staff.MultiMeasureRest #'staff-position = #-6
R1
}
\new Voice {
s2
\clef tenor
\smaller
r8^"Bsn." c'8 f'8[ f'8]
\clef treble
}
>>
c'8^"Horn" cis'
eis'4 fis'4
}
There are a couple of points to take care of:
This page is for LilyPond-2.4.5 (stable-branch).