bug-lilypond
[Top][All Lists]
Advanced

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

Re: octave bug


From: Graham Percival
Subject: Re: octave bug
Date: Fri, 21 Sep 2007 14:24:25 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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