Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread James E. Bailey
You know, with the addition of the \voiceOne, this looks oddly similar to my original proposal. ;-) Am 14.01.2009 um 00:06 schrieb Bertalan Fodor: Well, I think this is the ideal solution. \relative c' { \time 3/4 \mergeDifferentlyDottedOn \merg

Re: Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread nick . payne
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Thanks. That works ideally. Nick On Wed 14/01/09 9:36 AM , Bertalan Fodor lilypondt...@organum.hu sent: Well, I think this is the ideal solution. relative c' { time 3/4 mergeDifferentlyDot

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Bertalan Fodor
Well, I think this is the ideal solution. \relative c' { \time 3/4 \mergeDifferentlyDottedOn \mergeDifferentlyHeadedOn <<{ b'4\rest e,2}\\{a,2.}\\ { \voiceOne \override NoteColumn #'ignore-collision

RE: Slur across voices without taking time with hidden notes

2009-01-13 Thread Nick Payne
nal Message- > From: Carl D. Sorensen [mailto:c_soren...@byu.edu] > Sent: Tuesday, 13 January 2009 23:45 > To: Nick Payne; James E. Bailey > Cc: lilypond-user@gnu.org > Subject: Re: Slur across voices without taking time with hidden notes > > > > > On 1/1

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Carl D. Sorensen
On 1/13/09 3:10 AM, "Nick Payne" wrote: > > BTW, extra-offset is not documented as one of the slur settings in the > Internals Reference. I found it in a couple of snippets in the repository. Actually, it is. If you go to the Slurs page in the Internals Reference, you will see that there a

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Bertalan Fodor (LilyPondTool)
BTW, extra-offset is not documented as one of the slur settings in the Internals Reference. I found it in a couple of snippets in the repository. There also seem to be inconsistencies or omissions in the documentation – eg the PhrasingSlur #’positions property is given as an example

Re: Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Trevor Daniels
Nick Payne wrote Tuesday, January 13, 2009 10:10 AM BTW, extra-offset is not documented as one of the slur settings in the Internals Reference. Yes it is. It is one of the properties defined in the grob-interface, which the Slur object supports. You can read all about interfaces in the Lear

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Bertalan Fodor (LilyPondTool)
I meant: \relative c' { \time 3/4 \mergeDifferentlyDottedOn \mergeDifferentlyHeadedOn <<{b'4\rest e,2}\\{a,2.}\\ { *\voiceOne* \hideNotes

RE: Slur across voices without taking time with hidden notes

2009-01-13 Thread Nick Payne
ample in the Learning Manual but is not mentioned as one of the PhrasingSlur settings in the Internals Reference. From: nick.pa...@internode.on.net [mailto:nick.pa...@internode.on.net] Sent: Tuesday, 13 January 2009 10:57 To: Nick Payne; James E. Bailey Cc: lilypond-user@gnu.org Subject: Re: Re

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Bertalan Fodor (LilyPondTool)
the PhrasingSlur settings in the Internals Reference.   From: nick.pa...@internode.on.net [mailto:nick.pa...@internode.on.net] Sent: Tuesday, 13 January 2009 10:57 To: Nick Payne; James E. Bailey Cc: lilypond-user@gnu.org Subject: Re: Re: Slur across voices without taking time with

RE: Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Nick Payne
9 10:57 To: Nick Payne; James E. Bailey Cc: lilypond-user@gnu.org Subject: Re: Re: Slur across voices without taking time with hidden notes The problem there is that even with \mergeDifferentlyDottedOn and \mergeDifferentlyHeadedOn, LP won't merge a half note with a quarter note, so the visibl

Re: Slur across voices without taking time with hidden notes

2009-01-13 Thread Bertalan Fodor (LilyPondTool)
Please provide a snippet about what you are trying. Also, you can fake the time using c4*2 This way it will have the same amount of time as a c2. Bert nick.pa...@internode.on.net wrote: The problem there is that even with \mergeDifferentlyDottedOn and \mergeDifferentlyHeadedOn, LP won't merg

Re: Re: Slur across voices without taking time with hidden notes

2009-01-12 Thread nick . payne
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } The problem there is that even with mergeDifferentlyDottedOn and mergeDifferentlyHeadedOn, LP won't merge a half note with a quarter note, so the visible and hidden a notes aren't merged and the slur doesn't line up with the visib

Re: Slur across voices without taking time with hidden notes

2009-01-12 Thread James E. Bailey
You could try putting the slur in a completely different voice altogether. <<{b'4\rest e,2}\\{a,2.}\\{\hideNotes a4_( e2)}>> Am 12.01.2009 um 21:56 schrieb Nick Payne: In this example, excerpted from a score, how can I get a slur between the two notes? The snippets repository shows slurs ac