|
I've had another look at this and noticed that the
artificats are actually bits of barlines below the lyric line. I'm not sure
whether this is a bug or I've done something wrong.
Again any help appreciated.
Trent
================================ I've attached a proper example showing this
problem. The .ps/.pdf file produce there shows dots and other artifacts mixed
with the lyrics.
I've tried both Windows and Linux versions of
2.7.27 both outputs display this problem.
Any help appreciated.
Trent
|
% Created on Tue Oct 18 15:06:11 EST 2005
\version "2.7.27"
\header {
}
#(set-global-staff-size 14)
%\paper { \include "paper.ly" }
\include "english.ly"
verse= \lyricmode {
L'oc -- chio ne -- ro vi -- va -- ce di Fil -- "li a" te dà pe -- na;
di Li -- co -- ri ti pia -- "ce il" lab -- bro lu -- sin -- ghie -- ro;
di Li -- "dia il" bion -- do cri -- ne al tuo co -- "re è" ca -- te -- na;
in me ti pia -- "ce il" bri -- o: e con va -- rio de -- si -- o,
or per Li -- dia, or per Fil -- li, or per Li -- co -- ri, ed or per me,
van -- tan -- do nel tuo se -- no, nu -- drir co -- stan -- "ti ar" -- do -- ri
con vo -- lu -- bi -- le ge -- nio ed in -- con -- stan -- te,
sei di tut -- "te, o" Fi -- le -- no, in -- fi -- do tra -- di -- tor,
non fi -- "do a" -- man -- te.
}
staffSoprano = \new Staff {
\time 4/4
% \set Staff.instrument="Soprano."
\set Staff.midiInstrument="choir aahs"
\key bf \major
\clef treble
\relative c'' {
\context Voice = "melodySop" {
\dynamicUp
\autoBeamOff
%bar 1
r4 bf8 bf g4 g8 f
%bar 2
g8 g r g b b b c
%bar 3
c8 c r c16 d ef8 bf r4
%bar 4
r8 bf bf c df df df c
%bar 5
af8 af r c a a bf c
%bar 6
ef,8 ef r ef16 g ef4 ef8 d
%bar 7
d8 d r4 r r8 d'
%bar 8
a4 r4 r8 a bf c
%bar 9
bf8 bf r4 r a8 g
%bar 10
ef'4 ef8 ef cs cs r d16 e
%bar 11
g,8 g r a16 e f8 f r4
%bar 12
r8 f bf f g g r16 g c g
%bar 13
a4 r8 f c' c c d
%bar 14
ef8 ef r ef ef ef ef d
%bar 15
b8 b r4 r8 d16 c b8 a16 g
%bar 16
c8 c r16 g a bf a8 a r c16 c
%bar 17
f4 c8 ef8 d d r d
%bar 18
f8 d c d bf4 r
%bar 19
g'4 cs,8. d16 d8 a r4
}
\bar "||"
}
}
staffCello = \new Staff {
% \set Staff.instrument="Cello"
\set Staff.midiInstrument="cello"
\key bf \major
\clef bass
\relative c {
%bar 1
ef1
%bar 2
ef2 d
%bar 3
c2 g2~
%bar 4
g2 g
%bar 5
c2~c
%bar 6
c1
%bar 7
s2 bf
%bar 8
fs1
%bar 9
g1
%bar 10
g2 a
%bar 11
cs2 d
%bar 12
d2 ef4 e
%bar 13
f1~
%bar 14
f1
%bar 15
f1
%bar 16
e2 f
%bar 17
a,2 bf
%bar 18
bf2 g
%bar 19
g2 a4 d,
\bar "||"
}
}
basfigs = \figuremode {
\context FiguredBass {
\override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
\set figuredBassPlusDirection = #1
%bar 1-2
s1*2
%bar 3
s2 <6>
%bar 4
s1
%bar 5
<6->2 <6!>2
%bar 6
<6>2 s
%bar 7-9
s1*3
%bar 10
<6 4 2>2 <_+>
}}
\score {
<<
\staffSoprano
\context Lyrics = "lmelodySop" \lyricmode { \lyricsto "melodySop" \verse }
{ \staffCello }
\basfigs
>>
\midi {
}
\layout {
indent = 2.5\cm
\context { \Lyrics \consists "Bar_engraver" }
\context { \Lyrics \consists "Separating_line_group_engraver" }
}
}
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
