From 9dd88ce33b9caf1ff6746c92f3b5080727dde946 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Fri, 5 Apr 2013 23:20:20 +0200 Subject: [PATCH] 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) --- Documentation/ly-examples/bach-bwv610.ly | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.2