lilypond-user
[Top][All Lists]
Advanced

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

Re: grace note leading to chord [solved]


From: jazzman
Subject: Re: grace note leading to chord [solved]
Date: Sat, 28 Jul 2007 04:51:28 -0700 (PDT)

When I implement this I get the following warning: "warning: ignoring too
many clashing note columns".
Is there any way of receiving the appropriate output without the warning?
Furthermore, is there going to be any development to make this easier to do
in future versions of lilypond?

Valentin Villenave wrote:
> 
> 2007/7/28, jazzman <address@hidden>:
> 
>> As you can see I haven't hidden the beses note so you can clearly see it
>> does not blend with the chord, even though I have overridden the NoteHead
>> X-extent.
> 
> You can fix it by changing the priority of your voices (dirty, dirty
> hack, but at least it works):
> 
> %%%%
> 
> \new Staff {
> \time 3/4
> \key ees \major
>        <<
>        \relative {
>                eeses'4 des des |
>        }
>        \\
>        \relative {
>               \voiceTwo <ces aes'>8 <ces beses'> <ces beses'> <ces
> aes'> <ces aes'> <bes ges'> |
>        }
>        \\
>        \relative {
>               \voiceOne s4 \slurDown \acciaccatura ces'8
>                \once \override NoteHead #'X-extent = #'(0.0 . 0.0)
>                \hideNotes \stemUp beses8 \slurNeutral s4. |
>        }
>        >>
> }
> 
> %%%%
> 
> Regards,
> Valentin
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/grace-note-leading-to-chord-tf4136726.html#a11842118
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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