Unfortunately I can't tell what this error is. If you are certain this is a bug, please create a minimal bug report. I suspect that this is a misunderstand, though -- please re-read the documentation sections on \relative and polyphony.

Cheers,
- Graham

trevor skeggs wrote:
%       Bug report: The entire lower harmony line is raised one octave along 
with the
final f-sharp.
%       Adapted from the "String Quartet" snippet, with "Violin 1" adapted for
two-part polyphony.

\version "2.10.25"    \include "english.ly"
\header { title = "To correct this, lower the last note an octave" }

global= {  \time 4/4   \key g \major }
TopPart = \new Voice { \relative g''{

<< { % Start upper Polyphonic g2. fs4 | b,1 ~ b2. fs'4 % ******** The PROBLEM *********
      }                         

 \\ {   b2. a4   |  g1~g2.  } >>          % Lower Polyphonic
                }}              % End of Part   

\score {
        \new StaffGroup <<
        \new Staff << \global \TopPart>>
                        >>
\layout { ragged-right = ##t } }



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  • octave bug trevor skeggs
    • Re: octave bug Graham Percival

Reply via email to