Re: musicxml2ly

2012-06-18 Thread Rodolfo Zitellini
On Wed, May 16, 2012 at 7:55 PM, Colin Hall wrote: > > On Wed, May 16, 2012 at 10:42:09AM +0200, pls wrote: >> It's not a regression. It has never been officially fixed. A while >> ago I posted a bug report and a minimal example: >> http://old.nabble.com/musicxml2ly%3A-chordnames-placement-bug-td3

Re: A couple house-style adaptment questions

2012-06-18 Thread Rodolfo Zitellini
On Mon, Jun 18, 2012 at 4:00 PM, Janek Warchoł wrote: > On Mon, Jun 18, 2012 at 1:27 PM, Rodolfo Zitellini wrote: >> ... if I add another staff above, the figures seem to stick on the >> bottom of the upper staff: >> >> Snippet [..] >> >> You should get a huge gap between the staves and the

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
P Spalding wrote: > > Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just > upgraded to 2.14.2 hoping these commands you sent me would work. Nope! > I see the include file you sent was created in version 2.15.39. > > Regards, > RDL > ... > I did check it on my Win7/

Re: help scheme TAB strings music-function

2012-06-18 Thread Janek Warchoł
On Tue, Jun 19, 2012 at 7:01 AM, Robby R wrote: > Hello, > > I'm a newbie trying to make a function to print string names next to TAB.   > I've > read the manuals over and over, and searched and searched all the lists. Have you seen this thread? It looks like what you need: http://lists.gnu.org/

Re: help scheme TAB strings music-function

2012-06-18 Thread David Kastrup
David Kastrup writes: > Robby R writes: > >> Hello, >> >> I'm a newbie trying to make a function to print string names next to TAB. >> I've >> read the manuals over and over, and searched and searched all the lists. >> Here's >> what I have : >> >> % %

Re: help scheme TAB strings music-function

2012-06-18 Thread David Kastrup
Robby R writes: > Hello, > > I'm a newbie trying to make a function to print string names next to TAB. > I've > read the manuals over and over, and searched and searched all the lists. > Here's > what I have : > > % % > > \version "2.14.1"

help scheme TAB strings music-function

2012-06-18 Thread Robby R
Hello, I'm a newbie trying to make a function to print string names next to TAB. I've read the manuals over and over, and searched and searched all the lists. Here's what I have : % % \version "2.14.1" %

Re: Even page numbers on right?

2012-06-18 Thread David B. Stocker
Thanks, Janeck. In case anyone who wants to know doesn't, here is the code that worked for me: \version "2.14" \paper { evenHeaderMarkup = \markup { \column { \fill-line { \line { } \line { \on-the-fly #print-page-number-check-first

Re: Problems with \inversion

2012-06-18 Thread Colin Hall
On Wed, Jun 13, 2012 at 11:31:34PM +0100, Trevor Daniels wrote: > > ALEXANDRE FICAGNA wrote Wednesday, June 13, 2012 2:57 PM > > > >I still didn't picture exactly how \inverse works in its from-pitch > > to-pitch variables, but I tried an example and what I got is the > > correct inversion of pi

Re: volta repeat and grace notes

2012-06-18 Thread Mike
On Mon, Jun 18, 2012 at 09:55:25PM +0200, Robin Bannister wrote: >> Is it known, with or without a workaround? > > This is a well-known bug. See > http://lilypond.org/doc/v2.14/Documentation/notation/special-rhythmic-concerns#Known-issues-and-warnings-50 Thanks for that: \grace s16 in the corresp

Re: volta repeat and grace notes

2012-06-18 Thread Robin Bannister
Mike wrote: Is it known, with or without a workaround? This is a well-known bug. See http://lilypond.org/doc/v2.14/Documentation/notation/special-rhythmic-concerns#Known-issues-and-warnings-50 Cheers, Robin ___ lilypond-user mailing list lilypo

volta repeat and grace notes

2012-06-18 Thread Mike
I have a score with a grace note in a volta alternative. I get the following error: warning: already have a volta spanner, ending that one prematurely and the result shows an extra little repeat bracket with just the grace note it. With on voice, or two voices on one staff everything is fine - th

Re: beaming

2012-06-18 Thread Janek Warchoł
On Mon, Jun 18, 2012 at 5:20 PM, banjo hero wrote: > Hey there, > > I don't know if this will work with version 2.12, but I had a similar issue > with a thing I was fiddling around with using 2.14.2 > Had a measure of eighth notes that were all grouped under one beam; wanted > three pairs. > > Squ

Re: lilypond-book

2012-06-18 Thread David Kastrup
urrent development version. What's your >> version? >> >> -- >> David Kastrup >> -- next part -- >> A non-text attachment was scrubbed... >> Name: junk.pdf >> Type: application/pdf >> Size: 26077 bytes >> De

Re: lilypond-book

2012-06-18 Thread Patrick Karl
Kastrup > -- next part -- > A non-text attachment was scrubbed... > Name: junk.pdf > Type: application/pdf > Size: 26077 bytes > Desc: not available > URL: > <http://lists.gnu.org/archive/html/lilypond-user/attachments/20120618/88e7ee84/attachment.pdf&g

Re: A couple house-style adaptment questions

2012-06-18 Thread Janek Warchoł
On Mon, Jun 18, 2012 at 1:27 PM, Rodolfo Zitellini wrote: > ... if I add another staff above, the figures seem to stick on the > bottom of the upper staff: > > Snippet [..] > > You should get a huge gap between the staves and the numbers on the > upper one. How can I have them stick to the bo

re: beaming

2012-06-18 Thread banjo hero
Hey there, I don't know if this will work with version 2.12, but I had a similar issue with a thing I was fiddling around with using 2.14.2 Had a measure of eighth notes that were all grouped under one beam; wanted three pairs. Square brackets did the trick: \relative c'' { \time 3/4 g8[ e

Re: beaming

2012-06-18 Thread David Kastrup
simon blackmore writes: > Sorry that this is my second cry for help in the last week. > > I am just trying to get my head around changing beaming. Try mentioning the version you are using. beatGrouping has been eliminated in 2.13.4. Are you really still using 2.12 ? If so, can you upgrade to

beaming

2012-06-18 Thread simon blackmore
Sorry that this is my second cry for help in the last week. I am just trying to get my head around changing beaming. Basically I want to display 8 8th notes in pairs, rather than the current default 2 groups of 4. I thought this might work \set beatGrouping = #'(2 2 2 2) c8 c8 c8 c8 r8 c8 c

Re: Editorial ties in scheme

2012-06-18 Thread David Kastrup
Mike writes: > Here is my solution for marking ties as editorial. > > It seems that the size of tie is not known when the > stencil is called, so I used a function from sencil.scm > to calculate its extent. I thought scheme was not too > bad until I saw this - I have no idea how it works, but >

Re: Editorial ties in scheme

2012-06-18 Thread Mike
Here is my solution for marking ties as editorial. It seems that the size of tie is not known when the stencil is called, so I used a function from sencil.scm to calculate its extent. I thought scheme was not too bad until I saw this - I have no idea how it works, but the answers seem plausible.

Re: A couple house-style adaptment questions

2012-06-18 Thread Rodolfo Zitellini
On Sun, Jun 17, 2012 at 2:09 PM, David Nalesnik wrote: > Hi Rodolfo, > > On Sun, Jun 17, 2012 at 5:22 AM, Rodolfo Zitellini > wrote: >> >> I am looking a bit on the bracketed-accidental issue (which could be >> my only conditio sine qua non with my publisher). >> It seems that the parenthesis are

Re: A couple house-style adaptment questions

2012-06-18 Thread Rodolfo Zitellini
On Sun, Jun 17, 2012 at 12:52 PM, Xavier Scheuer wrote: > On 16 June 2012 11:45, Rodolfo Zitellini wrote: >> Hi All, >> I have to prepare a book to follow the house style of my publisher, >> and I'm struggling a bit with the following things: >> >> 1) Aligned BassFigures ABOVE the staff. >> The p

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
ArnoldTheresius wrote: > > > > P Spalding wrote: >> >> Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just >> upgraded to 2.14.2 hoping these commands you sent me would work. Nope! >> I see the include file you sent was created in version 2.15.39. >> >> Regards, >>

Re: Appreciation / Financial support

2012-06-18 Thread David Kastrup
Joseph Rushton Wakeling writes: > On 17/06/12 23:12, Janek Warchoł wrote: >> On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara wrote: >>> From experience, PayPal is very easy to use to send money to >>> someone in Europe. >>> The currency exchange is automatic, although I don't know what >>> the

Re: Appreciation / Financial support

2012-06-18 Thread Joseph Rushton Wakeling
On 17/06/12 23:12, Janek Warchoł wrote: On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara wrote: From experience, PayPal is very easy to use to send money to someone in Europe. The currency exchange is automatic, although I don't know what the recipient fees are. According to their website i

Re: centering text

2012-06-18 Thread Janek Warchoł
On Mon, Jun 18, 2012 at 9:47 AM, simon blackmore wrote: > What a great list you have got going. > Problem solved. I look forward to using this software more. :) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Appreciation / Financial support

2012-06-18 Thread Ramana Kumar
Are either Flattr or Bitcoin possible good alternatives? On Mon, Jun 18, 2012 at 8:54 AM, David Kastrup wrote: > Christ van Willegen writes: > > > On Mon, Jun 18, 2012 at 12:12 AM, Janek Warchoł > > wrote: > >> On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara > wrote: > >>> From experience, Pay

Re: Appreciation / Financial support

2012-06-18 Thread David Kastrup
Christ van Willegen writes: > On Mon, Jun 18, 2012 at 12:12 AM, Janek Warchoł > wrote: >> On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara wrote: >>> From experience, PayPal is very easy to use to send money to >>> someone in Europe. >>> The currency exchange is automatic, although I don't know w

Re:centering text

2012-06-18 Thread simon blackmore
Thanks everyone. What a great list you have got going. Problem solved. I look forward to using this software more. Thanks again. Cheers Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Appreciation / Financial support

2012-06-18 Thread Ramana Kumar
On Mon, Jun 18, 2012 at 6:46 AM, Christ van Willegen wrote: > On Mon, Jun 18, 2012 at 12:12 AM, Janek Warchoł > wrote: > > On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara > wrote: > >> From experience, PayPal is very easy to use to send money to someone in > Europe. > >> The currency exchange is

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
P Spalding wrote: > > Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just > upgraded to 2.14.2 hoping these commands you sent me would work. Nope! > I see the include file you sent was created in version 2.15.39. > > Regards, > RDL > ... > It was quite some time to d