bug-lilypond
[Top][All Lists]
Advanced

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

Re: lily 1.6.0 small bugs


From: Rune Zedeler
Subject: Re: lily 1.6.0 small bugs
Date: Tue, 27 Aug 2002 13:03:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

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





reply via email to

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