lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Alignment problem


From: Giampaolo Orrigo
Subject: Alignment problem
Date: Fri, 2 Jun 2017 19:02:01 -0400

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

Attachment: Capture1.JPG
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]