Minh A. Hoang wrote:

> 1. can't start a staff with a grace note.
> e.g c4 c \break \grace d4 c2

The problem is not the grace but the fact that you try to break the line 
in the middle of a measure.
Try

c4 c c c \break \grace d4 c2 c

instead.

> 2. new time signature in new line leaves an extra copy of
> time signature at the end of the previous line.
> e.g \time 2/4 c'2 \break \time 3/4 c'2.

This is not a bug but common notation practice.
If you wan't time signatures to only appear at start of lines, insert

\property Score.TimeSignature \override #'break-visibility = 
#begin-of-line-visible

in your music.

-Rune



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to