In 1.3.33 lyrics are not in a straight horizontal line.
In the attached example the words a, pow-, er, and my are almost at
superscript level and the words stop and tor- are slightly higher than
the other words.
Also in regards to 1.4, the following needs fixing before I stop using
1.2.
1> proper vertical spacing on voltas
2> instrument and instr name in the margins not on top of the staffs.
Regards,
Roy Rankin
\version "1.3.4"
\header {
crossRefNumber = "1";
tagline = "Transcription Roy Rankin 20/9/99";
title = "The Warmth of Summertime";
composer = "Words by Geoff Francis\\\\Music by Peter Hicks\\\\Arranged by
Miguel Heatwole 1999";
}
words4V0 = \lyrics {
I can't stop a tor- rent's flow with the pow- er of my 'no!'
}
voice4 = \notes {
\clef bass;
\property Staff.instrument = "Bass"
\property Staff.instr = "B"
f8 f8 f8. f16 e8 d8 d4 ^\fermata |
f8 f8 f8 f8 e8 d8 d8. ^\fermata d16 |
}
voicedefault = \notes {
\property Staff.timeSignatureStyle="C"
\property Voice.noAutoBeaming = ##t
\property Staff.automaticMelismata= ##t
\time 4/4; \key f;
\tempo 4 = 200;
}
\score{
\notes <
\addlyrics
\context Staff="4"
{
\$voicedefault
\$voice4
}
\context Lyrics="4"
<
{ \$words4V0 }
>
>
\paper {
font_normal = 12.;
\translator {
\HaraKiriStaffContext
\consists Bar_number_engraver;
}
}
}