LilyPond and emacs

2016-02-03 Thread Dr. Daniel Hensel
Hello, I tried to use LilyPond with emacs for OS X and could not use it. I was able to enable LilyPond-mode but it would not compile at all. My path was edited the following way: (autoload 'LilyPond-mode "lilypond-mode") (setq auto-mode-alist (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))

Re: Henle app

2016-02-03 Thread tisimst
So, in case anyone is still interested, Henle did officially announce the iOS version of their app (www.henle-library.com). Based on their tutorials, it appears to be a little bit of a glorified PDF reader that can do a few other things: 1. Add custom hand-written annotations (nothing new) 2.

Re: access font-size of clef G_8

2016-02-03 Thread David Kastrup
Noeck writes: > Hi, > > is there any difference between a) and b)? > > \layout { > % a) > \context { > \Score > \override ClefModifier.font-size = #2 > } > % b) > \override Score.ClefModifier.font-size = #2 > } Version a) becomes quite more efficient once

Adding aligned text beneath a fret board diagram

2016-02-03 Thread Nat Davis
I would like to add the interval underneath the fret board diagram while having the fingering in-dot. So far I can get the fingering in the dot but I can not figure out how to get text beneath the fret diagram. The result should look like this: in dot fingering heresome strings extended |   |  

Re: automatic line-breaking in markup

2016-02-03 Thread Thomas Morley
2016-02-03 19:40 GMT+01:00 Simon Albrecht : > On 03.02.2016 19:24, Jonathan Scholbach wrote: >> >> I want to create a template for a cover page. I do that by redefining >> bookTitleMarkup. The title of the piece is stored as string in a variable > > > If there’s no

Re: Henle app

2016-02-03 Thread Martin Tarenskeen
On Wed, 3 Feb 2016, tisimst wrote: Anyway, just thought I'd share my observations. It looks cool and gives access to their library in a handy digital format, but it's really more like a fancy PDF reader. The Android version appears to be about 4 months out. I like (many) Henle editions. I

Re: Henle app

2016-02-03 Thread Kieren MacMillan
Hi Martin (et al.), > I think I would like to have both a digital and a paper version of scores I'm > buying from them in the future. I just hope it won't cost me twice the full > price in that case. A free download for people who have bought a paper > edition to get the digital equivalent

mac web fontconfig slowdown

2016-02-03 Thread Jim Tisdall
on mac os x 10.11.2, lilypond 2.18.2, plenty nice mac pro plenty ram Serious slowdown due to font configuration - 30 seconds delay while "FontConfig" is called - happens when you do a lilypond -V for instance. Fixed from command line using /opt/local/bin/fc-cache for each user (root, me,

Re: automatic line-breaking in markup

2016-02-03 Thread tisimst
Nice work, Harm! - Abraham On Wed, Feb 3, 2016 at 3:43 PM, Thomas Morley-2 [via Lilypond] < ml-node+s1069038n186821...@n5.nabble.com> wrote: > 2016-02-03 19:40 GMT+01:00 Simon Albrecht <[hidden email] > >: > > > On 03.02.2016 19:24, Jonathan

Very fast typesetting regardless of beauty?

2016-02-03 Thread Isaac Reilly
Hi all, I'm working on a graphical music editing program. The final output (with Lilypond, of course) is going great, but for editing the music in real-time it's way too slow. Can you give me advice or point me toward a resource on speeding up Lilypond by turning off features? For instance, I

Re: Very fast typesetting regardless of beauty?

2016-02-03 Thread Nathan Ho
On 2016-02-03 17:51, Isaac Reilly wrote: Hi all, I'm working on a graphical music editing program. The final output (with Lilypond, of course) is going great, but for editing the music in real-time it's way too slow. Can you give me advice or point me toward a resource on speeding up Lilypond

Re: access font-size of clef G_8

2016-02-03 Thread Kieren MacMillan
Hi Federico, > The Score context should be specified: > > \version "2.19.35" > { > \clef "G_8" > c1 > } > > \layout { > \override Score.ClefModifier.font-size = #2 > } If the OP wants clefs in the whole score (and not just one staff) to reflect the change, yes. The way I do it: \layout {

Re: access font-size of clef G_8

2016-02-03 Thread Kieren MacMillan
Hi Jonathan, > the 8 under the clef is very small - because the numbers are a little small > in the particular font I use - and I would like to increase its size. > How can I access its font-size? Use \override ClefModifier.font-size = #2 where the 2 can be replaced as desired. I also use

access font-size of clef G_8

2016-02-03 Thread Jonathan Scholbach
Dear all, in a sheet I use the G_8-clef. And I changed the font of the document. Now the 8 under the clef is very small - because the numbers are a little small in the particular font I use - and I would like to increase its size. How can I access its font-size? Thank you ever so much,

Fwd: Re: automatic line-breaking in markup

2016-02-03 Thread Jonathan Scholbach
Ursprüngliche Nachricht Von: Jonathan Scholbach Gesendet: 4. Februar 2016 07:47:52 MEZ An: tisimst Betreff: Re: automatic line-breaking in markup Nice! Thank you, Harm! Actually I have (unarguable) reasons to put the title

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

2016-02-03 Thread Jan-Peter Voigt
Dear Kieren, sorry for the delay. I am organising school - holiday for my kids I think, mainly I have been distracted from preparing a patch. I feel a little bit like a minister of finance seeing debts grow ;-) So this mail serves pushing it on the agenda again. Regards, Jan-Peter Am 1.

Re: mac web fontconfig slowdown

2016-02-03 Thread Jacques Menu
Hello Jim, Do you observe the same 30 seconds delay say the first time you launch Lilypond in a day, even without using fontconfig? And if so, are the subsequent launches much faster? JM > Le 4 févr. 2016 à 01:06, Jim Tisdall a écrit : > > on mac os x 10.11.2, lilypond

RE:Bar number moves down inexplicably

2016-02-03 Thread Stephen MacNeil
as a workaround you can add \override Score.BarNumber.Y-offset = #3 \score { \new ChoirStaff << \new Staff << %% add \override Score.BarNumber.Y-offset = #3 %% \clef treble \global \new Voice { \ss } >> \new Staff << \clef treble \global \new Voice { \aa } >> \new Staff << \clef

Re: access font-size of clef G_8

2016-02-03 Thread Jonathan Scholbach
Thank you very much - I got it :) I know how to handle the contexts, I just didn't know the variable name ClefModifier. Jonathan Am 3. Februar 2016 18:13:10 MEZ, schrieb Federico Bruni : >Il giorno mer 3 feb 2016 alle 17:45, Kieren MacMillan >

Re: access font-size of clef G_8

2016-02-03 Thread Federico Bruni
Il giorno mer 3 feb 2016 alle 17:23, Kieren MacMillan ha scritto: Hi Jonathan, the 8 under the clef is very small - because the numbers are a little small in the particular font I use - and I would like to increase its size. How can I access its font-size?

Re: access font-size of clef G_8

2016-02-03 Thread Federico Bruni
Il giorno mer 3 feb 2016 alle 17:45, Kieren MacMillan ha scritto: Hi Federico, The Score context should be specified: \version "2.19.35" { \clef "G_8" c1 } \layout { \override Score.ClefModifier.font-size = #2 } If the OP wants clefs in the whole

Re: Adding aligned text beneath a fret board diagram

2016-02-03 Thread Klaus Blum
Hi Nat, welcome to the forum! Nat Davis wrote > I would like to add the interval underneath the fret board diagram Some time ago, there has been a thread that could be interesting for you:

automatic line-breaking in markup

2016-02-03 Thread Jonathan Scholbach
Hi list, I want to create a template for a cover page. I do that by redefining bookTitleMarkup. The title of the piece is stored as string in a variable and I want to print it relatively tall on the cover page. It works. But sadly when the title is too long it runs off the page, because LilyPond

Re: automatic line-breaking in markup

2016-02-03 Thread Simon Albrecht
On 03.02.2016 19:24, Jonathan Scholbach wrote: I want to create a template for a cover page. I do that by redefining bookTitleMarkup. The title of the piece is stored as string in a variable If there’s no particular need for that, I’d use a normal header block and \fromproperty. and I want

Re: access font-size of clef G_8

2016-02-03 Thread David Kastrup
Federico Bruni writes: > Il giorno mer 3 feb 2016 alle 17:45, Kieren MacMillan > ha scritto: >> Hi Federico, >> >>> The Score context should be specified: >>> >>> \version "2.19.35" >>> { >>> \clef "G_8" >>> c1 >>> } >>> >>> \layout {

Re: automatic line-breaking in markup

2016-02-03 Thread tisimst
Jonathan, Look here: http://lilypond.org/doc/v2.19/Documentation/notation/formatting-text#multi_002dpage-markup Best, Abraham On Wed, Feb 3, 2016 at 11:25 AM, jonathan.scholbach [via Lilypond] < ml-node+s1069038n186810...@n5.nabble.com> wrote: > Hi list, > > I want to create a template for a

Re: access font-size of clef G_8

2016-02-03 Thread Noeck
Hi, is there any difference between a) and b)? \layout { % a) \context { \Score \override ClefModifier.font-size = #2 } % b) \override Score.ClefModifier.font-size = #2 } And does this difference change anything if it is put in a global (i.e. score-wide) \layout block? 1)