lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving a note to the right


From: Norman Yamada
Subject: Re: Moving a note to the right
Date: Sun, 19 Nov 2006 16:26:55 -0500

Think if you wrote your two measures this way, it works:

\score {
\context PianoStaff <<
  \context Staff = upper {
        \set Staff.extraNatural = ##f
  \time 2/2 \clef treble \key bf \major
        << {cs''8 c'' cs'' e'8~ e'4. cs''8 b' as' b' cs'~ cs'2} \\
          {cs'1 s1} >>
  }

  \context Staff = lower {
        \set Staff.extraNatural = ##f
  \time 2/2 \clef bass \key bf \major
        << {a2 b4 a fs2 | fs4 es} \\
          {e1  | <<gs cs>>} >>
  }  >>
}

The g# that you had in the upper voice shifted to the bass clef was throwing off the spacer. If you just make a chord with the c#, there's no need to shift voices around.

Say hi to Catherine, Isabelle and Rose for me!




reply via email to

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