Error in time signature change with grace note

2008-10-27 Thread Jim Sansing
The following lilypond file results in two 4/4 time signatures, one after the
grace note.  If the bass clef is removed, the output is correct.


%   LilyPond output generated by   %
%   (modified by Jim Sansing)  %
%   NoteEdit 2.8.1   %


\version 2.10.5

#(set-global-staff-size 20)

flat = \markup { \raise #0.4 \smaller \musicglyph #accidentals--2 }
sharp = \markup { \raise #0.6 \smaller \musicglyph #accidentals-2 }

\header {
title = Time Signature Change Error
}

StaffA = \relative c' {
\set Voice.autoBeaming = ##f
\clef G
\key g \major
\time 3/4
c4 e c \time 4/4 |
\grace es!16 e!8 [ e e d ] c2
\bar |.
}

StaffB = \relative c {
\set Voice.autoBeaming = ##f
\clef bass
\key g \major
\time 3/4
c2 c4 \time 4/4 |
c1
\bar |.
}

\score {
\relative 
\context Staff = cStaffAA 
\context Voice = cStaffAA \StaffA

\context Staff = cStaffBA 
\context Voice = cStaffBA \StaffB


}




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Error in time signature change with grace note

2008-10-27 Thread Eluze


Jim Sansing-2 wrote:
 
 The following lilypond file results in two 4/4 time signatures, one after
 the
 grace note.  If the bass clef is removed, the output is correct.
 

in the forum you can find contributions to this problem searching for time
signature grace

\grace s16 in the 2nd staff removes the 2nd time signature

-Eluze
-- 
View this message in context: 
http://www.nabble.com/Error-in-time-signature-change-with-grace-note-tp20189648p20190202.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Error in time signature change with grace note

2008-10-27 Thread Mats Bengtsson

Eluze wrote:

Jim Sansing-2 wrote:
  

The following lilypond file results in two 4/4 time signatures, one after
the
grace note.  If the bass clef is removed, the output is correct.




in the forum you can find contributions to this problem searching for time
signature grace
  


Above all, the problem and its solution is described in the
manual, see
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Special-rhythmic-concerns#Grace-notes
below Known issues and warnings.

   /Mats

\grace s16 in the 2nd staff removes the 2nd time signature

-Eluze
  



--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond