bug-lilypond
[Top][All Lists]
Advanced

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

\keepWithTag #'midi causing note to be one octave too low


From: Ed
Subject: \keepWithTag #'midi causing note to be one octave too low
Date: Wed, 27 Oct 2010 19:53:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Tiny example:

\include "english.ly"

%\version "2.12.3"

\score {

%  \keepWithTag #'notate
   \keepWithTag #'midi

   \relative c' {
      \clef bass
      bf8 a16 g   a8 d,   g ef c d
      \tag #'notate {g,1 \fermata} 
      \tag #'midi {g,1.}
   }
   
\layout { }
\midi { }

}


Behavior:

When the "\keepWithTag #'notate" line is active alone, both midi and layout
outputs are correct.

When the  "\keepWithTag #'midi"  line is active alone, the final note is one
octave too low.  But, if the "\tag #'notate {g,1 \fermata}" line is commented
out, then the final note is in the correct octave.  The above example is the
last measure of a Bach piece with the "notate" "midi" tags used to
include/exclude trill notes, and all the other instances are working correctly.

Thanks, LilyPond is a great piece of software.
 




reply via email to

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