Re: feature request: abs-fontsize available for all text grobs

2013-08-02 Thread Jan-Peter Voigt
Am 01.08.2013 15:40, schrieb David Kastrup: Jan-Peter Voigt writes: Hi Kieren, I did some checks on the absolute font-sizes: - If you do a stencil-add on a stencil created via grob-interpret-markup and interpret-markup inside a normal markup, they exactly match- - If you do a pixel by pixel c

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Urs Liska
Am 02.08.2013 01:24, schrieb Robert Honore: On 01/08/2013 19:15, Urs Liska wrote: From what you wrote about lilypond --version I don't think the problem lies there. But it's probably a good idea to send the file anyway. Urs Ok. What's the procedure for sending the file? Yours sincerely, Rob

Re: feature request: abs-fontsize available for all text grobs

2013-08-02 Thread David Kastrup
Jan-Peter Voigt writes: > Am 01.08.2013 15:40, schrieb David Kastrup: >> >>> AFAICS the font-size is absolute, but there seems to be a calculation >>> inaccuracy of 0.1pt. >> Does the patch in >> http://code.google.com/p/lilypond/issues/detail?id=3483> help? >> > a quick test, after building lily

bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
Hello: In the attached file, how do I get the bar, clef, and key to be properly spaced? Thank you. Mark \version "2.16.2" right = \relative c'' { \key a \major \time 2/4 \repeat volta 2 { fis16 a fis d cis e d b | a4 } \repeat volta 2 { \key a \minor e'8 c'16 a

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Mats Bengtsson
On 2013-08-02 03:48, lilypond-user-requ...@gnu.org wrote: To answer your question more directly, I first ran the command, "lilypond --version" at the command line. After a very long time, it returned the following text. It's perfectly normal that it takes extra time the first time you call Lil

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robert Honoré
On 02/08/2013 04:45, Urs Liska wrote: > Am 02.08.2013 01:24, schrieb Robert Honore: >> On 01/08/2013 19:15, Urs Liska wrote: >>> From what you wrote about lilypond --version I don't think the problem >>> lies there. But it's probably a good idea to send the file anyway. >>> >>> Urs >> Ok. What's

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread David Nalesnik
Hi Robert, On Fri, Aug 2, 2013 at 6:56 AM, Robert Honoré wrote: > On 02/08/2013 04:45, Urs Liska wrote: > > [...] > > If it's so small you can simply attach it to the email. > > > > Here it is, then. > This example file is very old. When I try to run it (under 2.17.23), I get a warning "file

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread bb
Am 02.08.2013 14:17, schrieb David Nalesnik: Hi Robert, On Fri, Aug 2, 2013 at 6:56 AM, Robert Honoré mailto:robert.hon...@gmail.com>> wrote: On 02/08/2013 04:45, Urs Liska wrote: [...] > If it's so small you can simply attach it to the email. > Here it is, then. This ex

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robert Honoré
On 02/08/2013 08:17, David Nalesnik wrote: > Hi Robert, > > > On Fri, Aug 2, 2013 at 6:56 AM, Robert Honoré > wrote: > > On 02/08/2013 04:45, Urs Liska wrote: > > [...] > > > > If it's so small you can simply attach it to the email. > > > > H

Re: bar-clef-key

2013-08-02 Thread Phil Holmes
If you delete: \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( bar clef key )) Then they appear correct to my eyes. -- Phil Holmes - Original Message - From: Mark Stephen Mrotek To: lilypond-user@gnu.org Sent: Friday, August 02, 2013 10:54 AM

RE: bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
Mr. Holmes: Thank you for your response. If the command is deleted the treble clef appears before the repeat sign and would conflict with the bass clef at the beginning of the repeated section. The clef should appear after the repeat sign. Mark From: Phil Holmes [mailto:m...@philholme

Re: feature request: abs-fontsize available for all text grobs

2013-08-02 Thread Kieren MacMillan
Hi, > Kieren reported inconsistent sizes depending on how the > absolute font size was arrived at. Particularly when I used e.g., #(set-global-staff-size 25.5) Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/

Re: bar-clef-key

2013-08-02 Thread Phil Holmes
http://comments.gmane.org/gmane.comp.gnu.lilypond.general/70274 gives this: \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( staff-bar clef key-cancellation key-signature time-signature)) -- Phil Holmes - Original Message - From: Mark Stephen Mrote

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robert Honore
On 02/08/2013 12:47, Robin Bannister wrote: > Robert Honoré wrote: > >> I am attempting a complete cleanup ... > > This would include deleting the font cache, > or rather: _all_ lilypond font caches. > > I had a mix-up with these caches (on XP) > with somewhat similar symptoms. > Check out the

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robin Bannister
Robert Honoré wrote: I am attempting a complete cleanup ... This would include deleting the font cache, or rather: _all_ lilypond font caches. I had a mix-up with these caches (on XP) with somewhat similar symptoms. Check out the thread ending in http://lists.gnu.org/archive/html/lilypond-us

Re: feature request: abs-fontsize available for all text grobs

2013-08-02 Thread David Kastrup
Kieren MacMillan writes: > Hi, > >> Kieren reported inconsistent sizes depending on how the >> absolute font size was arrived at. > > Particularly when I used e.g., #(set-global-staff-size 25.5) Do you have a complete example showing the discrepancy? -- David Kastrup _

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robert Honoré
On 02/08/2013 08:17, David Nalesnik wrote: > Hi Robert, > > > On Fri, Aug 2, 2013 at 6:56 AM, Robert Honoré > wrote: > > On 02/08/2013 04:45, Urs Liska wrote: > > [...] > > > > If it's so small you can simply attach it to the email. > > > > H

RE: bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
Mr. Holmes: Thank you for taking the time to ferret out this resolution. I did tweak it a little by putting "clef" at the end of the list. It is visually more appealing to me. Is the site your listed below the same as: http://lists.gnu.org/archive/html/lilypond-user/? Mark From: Phil

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread bb
Am 02.08.2013 13:56, schrieb Robert Honoré: \version "2.6.0" \header { title = "Serial 1" composer = "Robert Honore" } global = { \time 4/4 } themeOne = \relative c' {d4 e fis a | cis b a f | << a1 fis e d >> | << cis'1 b a f >> | ees2 g4 aes4 | c bes <> | <> << a2 fis e d >> | <>

Re: LilyPond meeting in Waltrop, Germany, 2013-08-16 to 2013-08-20

2013-08-02 Thread Marc Hohl
Am 30.07.2013 18:33, schrieb David Kastrup: Well, after several announcements, I now have about four participants for this year's meeting secured. While that's about the amount who bothered registering timely last year, it means that I am not able to plan suitably ahead. [...] The date this tim

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Robert Honoré
On 02/08/2013 08:17, bb wrote: > Am 02.08.2013 13:56, schrieb Robert Honoré: >> \version "2.6.0" >> \header { >>title = "Serial 1" >>composer = "Robert Honore" >> } >> >> global = { >> \time 4/4 >> } >> >> themeOne = \relative c' {d4 e fis a | cis b a f | >> << a1 fis e d >> | << ci

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread Federico Bruni
2013/8/2 Robert Honoré > Please find attached lilypond_debug_log.txt and craptastic-1.ly. > I can compile it on linux using version 2.16.2 I get a warning about encoding of file: craptastic-1.ly <0>: warning: non-UTF-8 input composer = "Robert Honor �" In fact it's: $ file craptastic-1.l

Right Hand Fingering Colision

2013-08-02 Thread Kale Good
Hello, I'm working with right hand fingerings and finding some pretty nasty collisions. Any way to mend this? Thanks, Kale \version "2.16.2" rh = #rightHandFinger basslineOne = { \set strokeFingerOrientations = #'(down) { c,4\rh #1 e g c, | b d g b,} } melody = \relative c'' {

Nesting \absolute in 2.16 (or alternative) for predefined bass line

2013-08-02 Thread Kale Good
Hello, I'm having a bit of a problem that seems like it could be resolved by nesting \absolute, but I'm not sure if 2.16 supports it (sure doesn't seem to, from my tests). I see its in the docs for 2.17, but I was wondering if there was an alternative in 2.16.2 . Here is what I'm trying to do.

Re: anyone got lilypond 2.16.2 to work on Windows Vista?

2013-08-02 Thread David Rogers
Robert Honoré writes: > It usually does once I change the version string. I had sent the one > that worked with my previous installation of lilypond (2.12.3). > Usually, when I do an upgrade, I would change the version string once I > get the error message when I attempt to process it. > That is

Re: Right Hand Fingering Colision

2013-08-02 Thread Keith OHara
Kale Good kalegood.com> writes: > I'm working with right hand fingerings and finding some pretty nasty > collisions. Any way to mend this? Probably \override StrokeFinger #'add-stem-support = ##t ___ lilypond-user mailing list lilypond

Re: Nesting \absolute in 2.16 (or alternative) for predefined bass line

2013-08-02 Thread Keith OHara
Kale Good kalegood.com> writes: > I've got a bass line that I'm reusing with different arpeggios, but > when placed with certain arpeggios, it seems to be deriving its > pitch from the previous note (which happens to be in the other > voice, which is throwing everything off). You

Re: Sharing: "Capone," by Rachael [pdf]

2013-08-02 Thread Federico Bruni
2013/7/9 Rachael Thomas Carlson > In the Fingerstyle world, notating String-dampening or string stopping is > of the utmost importance. Michael Hedges is the composer who comes > to mind who used it with beautiful results. With Finale, you have to use > a separate program to input the string da

Support for Uke chords?

2013-08-02 Thread Clark Milioti
Greetings, I just discovered LilyPond. I am blown away by the concept of its text-based input. Very clever and easy to pick up. While I intend to read the "learning.pdf" manual this weekend, I was wondering if anyone can help steer me toward using LilyPond for simple chord tab charts for the Uk

Re: Support for Uke chords?

2013-08-02 Thread Federico Bruni
2013/8/3 Clark Milioti > Greetings, > > I just discovered LilyPond. I am blown away by the concept of its > text-based input. Very clever and easy to pick up. > > Good to hear this, you are one of us ;-) > While I intend to read the "learning.pdf" manual this weekend, I was > wondering if an

Re: Support for Uke chords?

2013-08-02 Thread David Kastrup
Clark Milioti writes: > Greetings, > > I just discovered LilyPond. I am blown away by the concept of its > text-based input. Very clever and easy to pick up. > > While I intend to read the "learning.pdf" manual this weekend, I was > wondering if anyone can help steer me toward using LilyPond fo