lilypond-devel
[Top][All Lists]
Advanced

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

\shiftOn \shiftOff bug?


From: Mark Polesky
Subject: \shiftOn \shiftOff bug?
Date: Tue, 25 May 2010 10:12:56 -0700 (PDT)

Removing the poylphonic shift for voice 3 automatically
removes the shift for voice 4 and vice versa.  Is this the
expected behavior, or is this a bug?

- Mark

* * * * * * * * * *

\version "2.13.22"

\new Staff \relative c'' {
  \time 2/4
  <<
    { f2 }
    \\ { g,2 }
    \\ { d'2 }
    \\ { b2 }
  >>

  %% removing the default shift in v.3 removes it in v.4...
  <<
    { f'2 }
    \\ { g,2 }
    \\ { \shiftOff d'2 }
    \\ { b2 }
  >>

  %% ...even if \shiftOn is manually added to v.4
  <<
    { f'2 }
    \\ { g,2 }
    \\ { \shiftOff d'2 }
    \\ { \shiftOn b2 }
  >>

  %% and vice versa
  <<
    { f'2 }
    \\ { g,2 }
    \\ { d'2 }
    \\ { \shiftOff b2 }
  >>

  <<
    { f'2 }
    \\ { g,2 }
    \\ { \shiftOn d'2 }
    \\ { \shiftOff b2 }
  >>
}


      



reply via email to

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