This is a snippet from Bach Chorale #2 (from the Riemenschnieder Ed.) --
"Ich dank'dir, lieber Herre."  The C# in beat 2/meas 1 is being shifted at
the unison, as it should be.  But I have requested with \shiftoff that the B
in beat 1/meas 2 should be unshifted, which it is not.  What am I doing
wrong?

I am using 1.3.72.  Here's the source:

\include "english.ly";
\version "1.3.72";

global = \notes {
   \property Staff.timeSignatureStyle = "C"
   \time 4/4;
   \key a \major;
   \partial 4;
   s4 | s1 | s2.
   \bar "|.";
}

tenor = \notes \relative c' {
   e4 | e ds cs2 | \shiftoff b4. a8 \shifton gs4^\fermata
}

bass = \notes \relative c' {
   e,4 | a b cs b8 a | \shiftoff b4 b, \shifton e_\fermata
}

\score {
   \context PianoStaff <
      \context Staff=B <
         \clef "bass";
         \context Voice=T \notes < \global \stemup \tenor >
         \context Voice=B \notes <     \stemdown \bass >
      >
   >
   \paper {
      \include "letter.ly";
      linewidth = 18.0 \cm;
   }
}

-- 
 ______      ______
|__ _  |    |  _ __| F R E D E R I C K   P O L G A R D Y   J R.
  | |\ \    / /| |   Virtual Media, Inc.
  | | \ \  / / | |   18-3 E Dundee Suite 300 Barrington, IL 60010-5278
 _| |_ \ \/ / _| |_  Phone: 847/842.9008 Fax: 847/842-1731
|_____| \__/ |_____| http://www.virtual-media.com

Reply via email to