]> git.donarmstrong.com Git - lilypond.git/commitdiff
web: fix engraving errors in Bach BVW610
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Fri, 5 Apr 2013 21:20:20 +0000 (23:20 +0200)
committerPhil Holmes <mail@philholmes.net>
Tue, 9 Apr 2013 13:06:47 +0000 (14:06 +0100)
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

index ea861ec404e937115b5feb5042d84d8dcff6e726..8d2134a5fb94779164e0bb6faa7ed5288252a843 100644 (file)
 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