lilypond-user
[Top][All Lists]
Advanced

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

Newbie: strange bar


From: debian
Subject: Newbie: strange bar
Date: Wed, 8 Feb 2006 22:02:14 +0000
User-agent: Mutt/1.5.9i

Unless my ear has a virus, bar 4 of this piece plays all wrong.  When
I submit it to timidity, bar 4 seems to have extra notes in it that
are not printed in the pdf.  The pdf is correct.

The 2nd half plays fine.  Most strange.

Thanks

Joe

\version "2.6.3"
\header {
    composer =  ""
    piece = "The Arigna River"
    dedication = "Not identified yet, probably some female"
}

melody = \relative c' {
\clef treble
\key g \major
  \repeat volta 2 { %TUNE_START
    \time 4/4
    \clef treble
    d'8 e g   e  d4  b8 g
    g'  a b   g  e4  d8 e 
    c   b c   g' g,  c  b c
    b   g g   e  c'4 d 

    d8  e g   e  d4 b8 g
    g'  a b   g  e4 d8 e 
    c   b c   g  g' c, b c
    b   g g   e  d4 d4
  } 

  \repeat volta 2 { 
  }
% TUNE_END
}

\score {
\new Staff \melody
\layout { }
}

\score {
\unfoldRepeats
\repeat unfold 2 {\melody} %UNFOLD
\midi { \tempo 4=70 }
}






reply via email to

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