Re: grace note leading to chord [solved]

2007-07-28 Thread jazzman

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 [EMAIL PROTECTED]:
 
 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
 lilypond-user@gnu.org
 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.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: grace note leading to chord [solved]

2007-07-27 Thread jazzman

I have tried to implement the solution to my piece and I found a problem in
one of the bars. Here it is:

%

\new Staff {
\time 3/4
\key ees \major

\relative {
eeses'4 des des |
}
\\
\relative {
ces aes'8 ces beses' ces beses' ces aes' ces aes' 
bes ges' |
}
\\
\relative {
s4 \slurDown \acciaccatura ces'8
\once \override NoteHead #'X-extent = #'(0.0 . 0.0)
beses8 \slurNeutral s4. |
}

}

%

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.
Can someone please help me solve this?
I added the pdf output to the email...
http://www.nabble.com/file/p11838810/test4.pdf test4.pdf 

Gilles THIBAULT wrote:
 
 Yes, perfect solution
  I tested an acciaccatura with a chord and with a single note : it's 
 absolutly the same :
 
 %
 
 \version 2.10.25
 
 \new Staff {

 {
 \slurDown
 \acciaccatura b'8
 \once \override NoteHead #'X-extent = #'(0.0 .
 0.0)
 \hideNotes c''4  \unHideNotes
 \slurNeutral
 }
 {
  e' g' c''4
 }
 
 
 \acciaccatura b'8  c''4
 }
 
 %%
 
 I had never really understood the X-extent property, i think now i 
 understand a bit more. Thank you Valentin.
 
 A day, when i am a shemer, i'll try to make a function to make that staff 
 automatic.
 
 (  with this syntax for exemple  \acciaChord b'8  e' g' c''4  and the 
 function will take the first element of the chord ).
 
 A day ...
 
 Gilles
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

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



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


grace note leading to chord

2007-07-24 Thread jazzman

Hi all!
In a piece I am engraving with lilypond I have an acciaccatura leading to a
chord. The acciaccatura should actually lead to a specific note in that
chord (the highest one in my case). However, lilypond treats the chord as
one unit and doesn't allow to lead the acciaccatura to one of the chord's
notes. I found a partial solution by using \slurUp so that the slur leads to
the highest note but I would like the slur to go down and lead to the
highest note.
Is this possible?
If so please show me how...

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



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user