Collisions and warning message

2006-12-27 Thread Daniel Tonda Castillo

Greetings to all:

I get a warning when compiling a piece of music:

Ignoring grob for slur. avoid-slur not set? What does this mean?

I shortened the example and also found out that there are a bunch of 
collisions that appear when using fingerings and string numbers.


Just for the purpose of making the collision appear on purpose, I added 
a fingering and changed the "a" to 8. The flat and 
the fingering clash. I know that I could use some padding, but shouldn't 
this be managed by the NoteCollision stuff?


¿Maybe you can test it and see if it's a bug or a mistake on my part?

%% BEGIN

\version "2.11.5"

snu = { \set stringNumberOrientations = #'(up) }
snd = { \set stringNumberOrientations = #'(down) }

#(define RH rightHandFinger )

\context Staff  <<
 \time 2/4
 \clef "G_8"
 <<
   \context Voice  \relative c {
 \voiceOne
 \stemUp
 \set fingeringOrientations = #'(left)
 \set strokeFingerOrientations = #'(up)

 \snu 8 %% The flat is to demonstrate the collision
 \(  |

 4 4 \)
   }
 >>
 <<
   \new Voice \relative c {
 \voiceTwo
 \stemDown
 \set fingeringOrientations = #'(left)
 \set strokeFingerOrientations = #'(down)
 2
 2
   }
 >>
>>

%% END

When I remove the string number directions and the fingering directions 
I also get clashes. I attach the png output also.


Daniel Tonda C.


begin:vcard
fn:Daniel Tonda Castillo
n:Tonda Castillo;Daniel
email;internet:[EMAIL PROTECTED]
version:2.1
end:vcard

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


Collisions and warning message

2006-12-27 Thread Daniel Tonda Castillo

Greetings to all:

I get a warning when compiling a piece of music:

Ignoring grob for slur. avoid-slur not set? What does this mean?

I shortened the example and also found out that there are a bunch of 
collisions that appear when using fingerings and string numbers.


Just for the purpose of making the collision appear on purpose, I added 
a fingering and changed the "a" to 8. The flat and 
the fingering clash. I know that I could use some padding, but shouldn't 
this be managed by the NoteCollision stuff?


¿Maybe you can test it and see if it's a bug or a mistake on my part?

%% BEGIN

\version "2.11.5"

snu = { \set stringNumberOrientations = #'(up) }
snd = { \set stringNumberOrientations = #'(down) }

#(define RH rightHandFinger )

\context Staff  <<
\time 2/4
\clef "G_8"
<<
  \context Voice  \relative c {
\voiceOne
\stemUp
\set fingeringOrientations = #'(left)
\set strokeFingerOrientations = #'(up)

\snu 8 %% The flat is to demonstrate the collision
\(  |

4 4 \)
  }
>>
<<
  \new Voice \relative c {
\voiceTwo
\stemDown
\set fingeringOrientations = #'(left)
\set strokeFingerOrientations = #'(down)
2
2
  }
>>
>>

%% END

When I remove the string number directions and the fingering directions 
I also get clashes. I attach the png output also (removed the png 
attachments because it seems that the message got rejected).


Daniel Tonda C.
begin:vcard
fn:Daniel Tonda Castillo
n:Tonda Castillo;Daniel
email;internet:[EMAIL PROTECTED]
version:2.1
end:vcard

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


Re: Collisions and warning message

2006-12-27 Thread Graham Percival

Daniel Tonda Castillo wrote:

Ignoring grob for slur. avoid-slur not set? What does this mean?


You may safely ignore it for now.  If you're interested in fixing it 
(can be done with no programming skills, just a text editor, diff, and a 
bit of time) let me know.  It's on my list of "odd jobs" that I'll be 
looking for volunteers to do.


Just for the purpose of making the collision appear on purpose, I added 
a fingering and changed the "a" to 8. The flat and 
the fingering clash. I know that I could use some padding, but shouldn't 
this be managed by the NoteCollision stuff?


http://code.google.com/p/lilypond/issues/detail?id=193&can=1&q=fingering

Cheers,
- Graham


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