Re: Two voices, only one note

2008-05-06 Thread Neil Puttock
Hi Alberto, 2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > Sorry to bother a little more. > Any hint on why it doesn't work on this case? > > > << { \override Staff.NoteCollision #'merge-differently-headed = ##t > \override Staff.NoteCollision #'merge-differently-dotted = ##t > f4 f'

Re: Two voices, only one note

2008-05-06 Thread Trevor Daniels
Alberto Simões wrote Sorry to bother a little more. Any hint on why it doesn't work on this case? << { \override Staff.NoteCollision #'merge-differently-headed = ##t \override Staff.NoteCollision #'merge-differently-dotted = ##t f4 f' f } \\ { f,2. } >> I suspect it is because a qu

Re: Two voices, only one note

2008-05-06 Thread Neil Puttock
2008/5/6 Neil Puttock <[EMAIL PROTECTED]>: > Hi Alberto, > > 2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > > > > Sorry to bother a little more. > > Any hint on why it doesn't work on this case? > > > > > > << { \override Staff.NoteCollision #'merge-differently-headed = ##t > > \over

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Alberto Simões wrote: Mats Bengtsson wrote: Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dot

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Mats Bengtsson wrote: Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dotted note with a non-dot

Re: Two voices, only one note

2008-05-06 Thread Mats Bengtsson
Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dotted note with a non-dotted one, you also need

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Damian leGassick wrote: it works for me on 10.5.2 i'm thinking...i do have xtools installed - that might be the difference as regards the missing library I have it as well. [EMAIL PROTECTED] tmp]$ find /Applications/LilyPond.app/ -name libstd* /Applications/LilyPond.app//Contents/Resources/l

Re: Two voices, only one note

2008-05-06 Thread Damian leGassick
it works for me on 10.5.2 i'm thinking...i do have xtools installed - that might be the difference as regards the missing library d On 6 May 2008, at 21:36, Alberto Simões wrote: Mats Bengtsson wrote: Did you try with version 2.10? It seems to work well with 2.10.23 when I try it, and t

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Mats Bengtsson wrote: Did you try with version 2.10? It seems to work well with 2.10.23 when I try it, and the property is documented at http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/NoteCollision#NoteCollision Well, yes. I tried it :-S I have 2.10.33 here. << { \ove

Re: Two voices, only one note

2008-05-06 Thread Mats Bengtsson
Quoting Alberto Simões <[EMAIL PROTECTED]>: Simon Bailey wrote: try: << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g c g c]) } \\ { c,2. } >> found here: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Colli

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Damian leGassick wrote: the ppc version of 2.11 works fine on leopard from the command line or within jEdit or Textmate it's only the bundled text editing program that does not work yet The latest that I tried was missing libstdc++ :-( I can try again soon Thanks Alberto all the best d

Re: Two voices, only one note

2008-05-06 Thread Damian leGassick
the ppc version of 2.11 works fine on leopard from the command line or within jEdit or Textmate it's only the bundled text editing program that does not work yet all the best d On 6 May 2008, at 20:57, Alberto Simões wrote: Simon Bailey wrote: try: << { \override Staff.NoteCollisi

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Simon Bailey wrote: try: << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g c g c]) } \\ { c,2. } >> found here: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Collision-resolution Damn. I think this is new

Re: Two voices, only one note

2008-05-06 Thread Simon Bailey
alberto, On May 6, 2008, at 6:48 PM, Alberto Simões wrote: I would like to mimic a score I have, where there are two voices in the same score, but the note is used for both (instead of replicating it). I am using this code: << { c8[ c'(-1 g c g c]) } \\ { c,2. } >> And lilyp

Re: Two voices, only one note

2008-05-06 Thread Valentin Villenave
2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > Is this possible? Try \override Staff.NoteCollision #'merge-differently-headed = ##t and \override Staff.NoteCollision #'merge-differently-dotted = ##t These commands are explained on http://lilypond.org/doc/v2.11/Documentation/user/lilypond/

Two voices, only one note

2008-05-06 Thread Alberto Simões
Hi, Folks I would like to mimic a score I have, where there are two voices in the same score, but the note is used for both (instead of replicating it). I am using this code: << { c8[ c'(-1 g c g c]) } \\ { c,2. } >> And lilypond renders to notes for the first C. There is a com