Re: MetronomeMark does not obey staff-padding

2007-03-26 Thread Mats Bengtsson
Dmytro O. Redchuk wrote: On Sun, Mar 25, 2007 at 10:20:39PM -0400, Bryan Stanbridge wrote: Greetings, I'm not sure if this is a bug, but given my tests, I suspect it is (so I copied the bug list). It appears that the MetronomeMark object does not pay attention to staff-padding. Does it

RE: definition for metrelessness (help?)

2007-03-26 Thread Monk Panteleimon
On Thu, Mar 22, 2007 at 10:02:17AM -0400, Geoff Horton wrote: A _slightly_ cleaner option might be to leave barAlways set and put a \noBreak in those spots where a break is unacceptable. If there aren't many, that might be cleaner. But still not very clean, unfortunately. Hmmm... That does

Re: defintion for metrelessness (help?)

2007-03-26 Thread David Feuer
On 3/22/07, Geoff Horton [EMAIL PROTECTED] wrote: A _slightly_ cleaner option might be to leave barAlways set and put a \noBreak in those spots where a break is unacceptable. If there aren't many, that might be cleaner. But still not very clean, unfortunately. I'm not a LilyPond hacker, but

Re: Support for diatonic accordeon tablature

2007-03-26 Thread Kevin Dalley
There are many different styles of accordions, probably leading to different notations. I would like to update some of the other accordion information as well, in between my chromatic staff changes. Cameron Horsburgh [EMAIL PROTECTED] writes: This looks rather interesting. I have two

Re: definition for metrelessness (help?)

2007-03-26 Thread Trevor Bača
On 3/26/07, Monk Panteleimon [EMAIL PROTECTED] wrote: On Thu, Mar 22, 2007 at 10:02:17AM -0400, Geoff Horton wrote: A _slightly_ cleaner option might be to leave barAlways set and put a \noBreak in those spots where a break is unacceptable. If there aren't many, that might be cleaner. But

2.11.21-1 for PPC

2007-03-26 Thread Paul Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is anyone running 2.11.21-1 on a PowerPC. Previous versions have worked but the latest version tells me it can't run a binary file. My Mac is not up at the moment but I was trying to run lilypond from an xterm in XDarwin (under Tiger) as:

Re: forward slash between words in Lyrics

2007-03-26 Thread Mats Bengtsson
I made a quick attempt to use the support in LilyPond for drawing hyphens between syllables, but fool it into drawing a slash instead of a hyphen, but unfortunately it didn't work. The most straightforward method is probably to add an invisible note and connect the slash to it. Read in section

Re: 2.11.21-1 for PPC

2007-03-26 Thread Han-Wen Nienhuys
2007/3/26, Paul Scott [EMAIL PROTECTED]: Is anyone running 2.11.21-1 on a PowerPC. Previous versions have worked but the latest version tells me it can't run a binary file. It's quite well possible that it's not working correctly, as I built this on a different machine than usual. However, I

Re: 2.11.21-1 for PPC

2007-03-26 Thread Stan Sanderson
On Mar 26, 2007, at 3:22 PM, Paul Scott wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is anyone running 2.11.21-1 on a PowerPC. Previous versions have worked but the latest version tells me it can't run a binary file. My Mac is not up at the moment but I was trying to run

Re: 2.11.21-1 for PPC

2007-03-26 Thread Paul Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Han-Wen Nienhuys wrote: 2007/3/26, Paul Scott [EMAIL PROTECTED]: Is anyone running 2.11.21-1 on a PowerPC. Previous versions have worked but the latest version tells me it can't run a binary file. It's quite well possible that it's not working

Using identifiers for triplets

2007-03-26 Thread Anders Nelstrom
Is it possible to create an identifier to save typing when triplets are required? For example, instead of typing: \times 2/3 { c8 e g } \times 2/3 { c g e } c it would be great to use: \trip { c8 e g } \trip { c g e } c4 or such like. I appreciate that the \times command is flexible, and I