Hi,

trying to type an organ piece.
Here the original code:

Tiple = \relative c'' {
  \global
  % Music follows here.
  \showStaffSwitch
  d'2. c4 b a g2~ g g c2. b4 a g f2 a1 bf2. a4
}

Alto = \relative c'' {
  \global
  % Music follows here.
  \showStaffSwitch
  b a g2 d' g~ g4 f e d c1 c2. b4 \change Staff=down \stemUp a g f e d2
\change Staff=up \stemDown d'4 c
}

Tenor = \relative c' {
  \global
  % Music follows here.
  \showStaffSwitch
  g g g a a a g
}

Baxo = \relative c {
  \global
  % Music follows here.
  \showStaffSwitch
  g\rest g'2. f4 e4 d c b a g f2 f'1 f4 e d c bf a g2~
}

When compiling I get the attached Capture1.jpg. The command

\override NoteColumn.force-hshift = #-0.7

Has no effect neither on the Alto nor on the Tenor.

How can I correct the alignment of the notes?

Thanks!

Geppo
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to