bug-lilypond
[Top][All Lists]
Advanced

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

octave bug


From: trevor skeggs
Subject: octave bug
Date: Fri, 21 Sep 2007 18:21:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

%       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 } 
          }





reply via email to

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