From: Janek WarchoĊ‚ Date: Fri, 5 Apr 2013 21:20:20 +0000 (+0200) Subject: web: fix engraving errors in Bach BVW610 X-Git-Tag: release/2.17.16-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dd88ce33b9caf1ff6746c92f3b5080727dde946;p=lilypond.git web: fix engraving errors in Bach BVW610 1) tempo should be written using \tempo, not as a text attached to notes (because TextScript has wrong font and alignment for a tempo mark) 2) upper and lower voices should use \voiceXXX commands, to make sure that all elements havee their directions set properly (here, dots in lower voice were incorrectly up) --- diff --git a/Documentation/ly-examples/bach-bwv610.ly b/Documentation/ly-examples/bach-bwv610.ly index ea861ec404..8d2134a5fb 100644 --- a/Documentation/ly-examples/bach-bwv610.ly +++ b/Documentation/ly-examples/bach-bwv610.ly @@ -30,17 +30,16 @@ global = { \key c \minor \time 4/4 + \tempo Largo \accidentalStyle default } halsup = { - \stemUp - \tieUp + \voiceOne } halsdown = { - \stemDown - \tieDown + \voiceTwo } staffup = { @@ -56,7 +55,7 @@ sopran = { \global \halsup \repeat volta 2 { - g4^\markup { \hspace #-4 \large "Largo" } g f es + g4 g f es d2 c\fermata g'4 g a h c2 h\fermata