bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrong grace note output


From: nullplan (sent by Nabble.com)
Subject: Re: Wrong grace note output
Date: Sat, 21 Jan 2006 11:06:41 -0800 (PST)


Erik Sandberg wrote: 
> 
> On Friday 20 January 2006 21.41, nullplan (sent by Nabble.com) wrote:
>> Hi all,
>> I tried to use the following code today:
>> \new PianoStaff <<
>>   \new Staff <<
>>     \repeat volta 2 { foo bar }
>>     \alternative {
>>       \grace a8 a'4 r8. g,16[ c8. e16]\bar "||"
>>     }{
>>       \grace a8 a'4 r4 r
>>     }
>>   >>
>>   \new Staff << foo bar >>
>> >>
> 
>> After compiling this code I don't get grace notes but accords like <a8
>> a'>. 
> 
> Can you please send a short, compilable example? (i.e., where "foo bar" is 
> replaced with something short which reproduces the problem)
> 
> -- 
> Erik
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
> 
> 
\new PianoStaff <<
  \new Staff <<
      \repeat volta 2 { b8. b16 fis4 gis\trill }
    \alternative {
      \grace a8 a'4 r8. g,16[ c8. e16]\bar "||"
    }{
      \grace a8 a'4 r4 r
    }
  >>
  \new Staff <<
    a4 <d' e,> <d e,>
    a, <c' e,>8 r r4
    a, <c' e,> r
  >>
>> 
That should be enough. I already tried to work around this with \new Voice { 
\grace a8 } , but it made an a8, not a \grace a8.
--
View this message in context: 
http://www.nabble.com/Wrong-grace-note-output-t964179.html#a2511044
Sent from the Gnu - Lilypond - Bugs forum at Nabble.com.


reply via email to

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