Re: Starting music with grace note problems

2004-08-19 Thread Erik Sandberg
On Thursday 19 August 2004 00.57, Michael Lakes wrote:
> Hi,
>
> I posted this in the bugs, but it seems users list is more active and I'm
> currently looking for a workaround :)

AFAICT, no mail has arrived in lily-bugs.

> The piece of lilypond code I have below contain two bugs.  When the guitar
> starts with a grace note, the instrument name "Piano" will not be printed.

Certainly a bug. I added it to our database.

> Also the bass clef for the piano will be change to a treble clef then
> follow by a bass clef.  

This is due to the way time works in lilypond. Workaround: Add a skip grace 
after the clef change, like
\new Staff { \notes {\clef bass \grace s8 c1}}

> In regard to grace notes, is possible to
> put a line through the flag like the acciaccatura or some way to adjust the
> slur of the acciaccatura?

Try \override Stem #'stroke-style = #"grace"

> P.S. I also find some other weird problems with grace/acciaccatura notes
> but that's probably for another post :-)

you're welcome to post them.. We're always happy for bug reports.

Erik


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Starting music with grace note problems

2004-08-18 Thread Michael Lakes
Hi,
I posted this in the bugs, but it seems users list is more active and I'm 
currently looking for a workaround :)

The piece of lilypond code I have below contain two bugs.  When the guitar 
starts with a grace note, the instrument name "Piano" will not be printed.  
Also the bass clef for the piano will be change to a treble clef then follow 
by a bass clef.  If you remove the grace note, the output will look as 
expected.

I was able to find a workaround for the latter problem (seems to be a bug 
from old versions of lilypond but was never fixed), but is there any way to 
get the instrument name to print?  In regard to grace notes, is possible to 
put a line through the flag like the acciaccatura or some way to adjust the 
slur of the acciaccatura?

Thanks
Michael
P.S. I also find some other weird problems with grace/acciaccatura notes but 
that's probably for another post :-)

%
gtr = \notes {
\set Staff.instrument = "Guitar"
\grace g16 a1
}
pno = \new PianoStaff <<
\set PianoStaff.instrument = "Piano"
\new Staff { \notes {b1}}
\new Staff { \notes {\clef bass c1}}

\score {
 <<
 \gtr
 \pno
 >>
}
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user