Re: aleatoric / frame engraver revisited

2013-07-22 Thread Karol Majewski
Wow! This is a great piece of work! One question: How can I modify the code to make it work under 2.16.2? (of course apart from changing 'override' syntax) Karol ___ lilypond-user mailing list lilypond-user@gnu.org

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

2013-07-22 Thread Jan-Peter Voigt
Hi Kieren, now I am looking at this feature request and maybe have an idea ... later more on that. Your snippet here fails, because the InstrumentName grob has two properties 'long-text and 'text, which may or may not be set. The 'text property is only set, when you define a

Re: Automatic production of simple practice scores

2013-07-22 Thread Janek Warchoł
Hi, 2013/7/21 Carl Smith carl.in...@gmail.com: Hi all This is my first post to the list, so I'd like to say thanks for your work. LilyPond looks awesome. I have a client who needs a little program writing, and I wanted to run it by you guys first. This is what he asked me for... I am

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

2013-07-22 Thread Jan-Peter Voigt
Hi Kieren and list, now I tried to add a feature to ly:grob-interpret-markup - this is working for instrumentName, but not for TextScript. So one has to look into text-interface.cc ... AFAICS But before using a property 'font-size-mode (or whatever you name it), would'nt it might be more

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

2013-07-22 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Hi Kieren and list, now I tried to add a feature to ly:grob-interpret-markup - this is working for instrumentName, but not for TextScript. So one has to look into text-interface.cc ... AFAICS But before using a property 'font-size-mode (or whatever

Re: Automatic production of simple practice scores

2013-07-22 Thread Urs Liska
Am 22.07.2013 11:07, schrieb Janek Warcho?: Hi, 2013/7/21 Carl Smith carl.in...@gmail.com: Hi all This is my first post to the list, so I'd like to say thanks for your work. LilyPond looks awesome. I have a client who needs a little program writing, and I wanted to run it by you guys first.

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

2013-07-22 Thread Jan-Peter Voigt
as one can read in http://www.lilypond.org/doc/v2.17/Documentation/extending/callback-functions.html you can use callback-functions on /all/ grob-properties ... so why doesn't this work? \override TextScript #'font-size = #(lambda (grob) 30) If this would work, the actual value could be

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

2013-07-22 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: as one can read in http://www.lilypond.org/doc/v2.17/Documentation/extending/callback-functions.html you can use callback-functions on /all/ grob-properties ... so why doesn't this work? \override TextScript #'font-size = #(lambda (grob) 30) The

Problems compiling in Ubuntu 10.04

2013-07-22 Thread bb
I tried to compile lilypond on different machines (32- and 64 bit) with different Ubuntu 10.04 based Linux. configure runs without any error message. make ends with this (just the end snippet): make[1]: Entering directory `/home/ich/lilypond-2.16.2/build/Documentation' cd ./out

Re: aleatoric / frame engraver revisited

2013-07-22 Thread David Nalesnik
Hi Karol, On Mon, Jul 22, 2013 at 3:24 AM, Karol Majewski karo...@wp.pl wrote: Wow! This is a great piece of work! One question: How can I modify the code to make it work under 2.16.2? (of course apart from changing 'override' syntax) To get it to work, first be sure to use the version of

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread David Kastrup
bb bblo...@arcor.de writes: generate-documentation.log ends with this message: ... ... ;;; compiling /home/ich/lilypond-2.16.2/build/out/share/lilypond/current/scm/part-combiner.scm ;;; WARNING: compilation of

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread immanuel litzroth
I had the same problem, can't the configure script catch the wrong guile version? Immanuel On Mon, Jul 22, 2013 at 2:20 PM, David Kastrup d...@gnu.org wrote: bb bblo...@arcor.de writes: generate-documentation.log ends with this message: ... ... ;;; compiling

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread David Kastrup
immanuel litzroth ilitzr...@gmail.com writes: I had the same problem, can't the configure script catch the wrong guile version? URL:http://code.google.com/p/lilypond/issues/detail?id=3461 -- David Kastrup ___ lilypond-user mailing list

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread bb
Compiled with guile 2.0.5 deinstalled and guile 1.8.8 installed. (1.8 and 2.0 are in the repository.) make gives this: ... ranlib out/library.a || ar ts out/library.a || true make PACKAGE=LILYPOND package=lilypond -C include all true make[2]: Entering directory

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread bb
Am 22.07.2013 16:48, schrieb bb: Am 22.07.2013 16:44, schrieb David Kastrup: bb bblo...@arcor.de writes: Guile 1.8.8 installed and configure/make: ... ranlib out/library.a || ar ts out/library.a || true make PACKAGE=LILYPOND package=lilypond -C include all true make[2]: Entering directory

How to create an extra-offset shortcut

2013-07-22 Thread Rachael Thomas Carlson
Hello everyone: I am trying to figure out how I can create a nifty little shortcut to write a \once \override with the ability to manipulate the extra-offset of a grob using non-integer numbers. What I have found works with integers only. I need more control over this function: I need to be

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread bb
Am 22.07.2013 16:21, schrieb immanuel litzroth: Indeed, I had to do that too. i On Mon, Jul 22, 2013 at 4:17 PM, David Kastrup d...@gnu.org mailto:d...@gnu.org wrote: bb bblo...@arcor.de mailto:bblo...@arcor.de writes: Compiled with guile 2.0.5 deinstalled and guile 1.8.8

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread David Kastrup
bb bblo...@arcor.de writes: Compiled with guile 2.0.5 deinstalled and guile 1.8.8 installed. (1.8 and 2.0 are in the repository.) make gives this: ... ranlib out/library.a || ar ts out/library.a || true make PACKAGE=LILYPOND package=lilypond -C include all true make[2]: Entering

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

2013-07-22 Thread Jan-Peter Voigt
On 22.07.2013 12:31, David Kastrup wrote: Jan-Peter Voigt jp.vo...@gmx.de writes: as one can read in http://www.lilypond.org/doc/v2.17/Documentation/extending/callback-functions.html you can use callback-functions on /all/ grob-properties ... so why doesn't this work? \override TextScript

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread bb
Am 22.07.2013 16:44, schrieb David Kastrup: bb bblo...@arcor.de writes: Guile 1.8.8 installed and configure/make: ... ranlib out/library.a || ar ts out/library.a || true make PACKAGE=LILYPOND package=lilypond -C include all true make[2]: Entering directory

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread immanuel litzroth
Indeed, I had to do that too. i On Mon, Jul 22, 2013 at 4:17 PM, David Kastrup d...@gnu.org wrote: bb bblo...@arcor.de writes: Compiled with guile 2.0.5 deinstalled and guile 1.8.8 installed. (1.8 and 2.0 are in the repository.) make gives this: ... ranlib out/library.a || ar ts

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread immanuel litzroth
On Mon, Jul 22, 2013 at 4:40 PM, bb bblo...@arcor.de wrote: clude/guile/2.0/**libguile Did you reconfigure the source tree? It is still looking for guile under 2.0. ... /usr/include/guile/2.0/libguile.h', i ___ lilypond-user mailing list

Re: Two End bar

2013-07-22 Thread Wim van Dommelen
On 21 Jul 2013, at 21:16 , Pierre Perol-Schneider wrote: 2013/7/21 Christopher R. Maden cr...@maden.org I will disagree with Carl here — I like to have end bars (and other flow-features) in all my parts precisely because errors like this show up with a giant flashing neon sign. It is a nice

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread David Kastrup
bb bblo...@arcor.de writes: Worked with Guile 1.8.8! I investigated the tree and found that I had installed both guile-1.8-libs and guile-2.0-libs. Obviously that was no problem. I think another test with guile 2.0.5 does make no sense? Not unless you are going to actively develop and submit

Re: Two End bar

2013-07-22 Thread David Kastrup
Wim van Dommelen m...@wimvd.nl writes: \score { \new Staff { \keepWithTag #'part \music \keepWithTag #'score \music } } There is also a function in the archive to use multiple tags in one call: \keepWIthTags which I've included in my own library.

RE: move clef

2013-07-22 Thread Mark Stephen Mrotek
Eluze: I did as you instructed and all is well, of course! Thank you. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Eluze Sent: Sunday, July 21, 2013 8:54 PM To:

Re: How to create an extra-offset shortcut

2013-07-22 Thread Thomas Morley
2013/7/22 Rachael Thomas Carlson rachael.thomas.carl...@gmail.com: Hello everyone: I am trying to figure out how I can create a nifty little shortcut to write a \once \override with the ability to manipulate the extra-offset of a grob using non-integer numbers. What I have found works with

Re: Problems compiling in Ubuntu 10.04

2013-07-22 Thread David Kastrup
bb bblo...@arcor.de writes: Guile 1.8.8 installed and configure/make: ... ranlib out/library.a || ar ts out/library.a || true make PACKAGE=LILYPOND package=lilypond -C include all true make[2]: Entering directory `/home/bb/lilypond-2.16.2/build/flower/include' true make[2]: Leaving

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

2013-07-22 Thread Jan-Peter Voigt
On 22.07.2013 12:31, David Kastrup wrote: The settings of font-interface and text-interface become part of the props alist list for markup interpretation. At the time a markup is interpreted, no information about a possibly responsible grob is available, so no callbacks can be executed. OK, so

Re: How to create an extra-offset shortcut

2013-07-22 Thread Rachael Thomas Carlson
On Mon, 2013-07-22 at 18:18 +0200, David Kastrup wrote: Rachael Thomas Carlson rachael.thomas.carl...@gmail.com writes: Hello everyone: I am trying to figure out how I can create a nifty little shortcut to write a \once \override with the ability to manipulate the extra-offset of a

Re: How to create an extra-offset shortcut

2013-07-22 Thread David Kastrup
Rachael Thomas Carlson rachael.thomas.carl...@gmail.com writes: Hello everyone: I am trying to figure out how I can create a nifty little shortcut to write a \once \override with the ability to manipulate the extra-offset of a grob using non-integer numbers. What I have found works with

Re: How to create an extra-offset shortcut

2013-07-22 Thread David Kastrup
Rachael Thomas Carlson rachael.thomas.carl...@gmail.com writes: On Mon, 2013-07-22 at 18:18 +0200, David Kastrup wrote: Here is what I have (which works with integers but not decimals): \version 2.16.2 mkMove = #(define-music-function (parser location x y) ( number? number?

Re: How to create an extra-offset shortcut

2013-07-22 Thread Rachael Thomas Carlson
\version 2.16.2 mkTweak = #(define-event-function (parser location x y m) (number? number? ly:music?) #{ \tweak #'extra-offset #(cons x y) #m #}) { c'1\mkTweak #4.4 #-3.3 ^XY } -Harm Thanks Harm: I am struggling with scheme. But I am slowly making my way. Thanks again,

Re: How to create an extra-offset shortcut

2013-07-22 Thread Thomas Morley
2013/7/22 Rachael Thomas Carlson rachael.thomas.carl...@gmail.com: On Mon, 2013-07-22 at 18:18 +0200, David Kastrup wrote: Rachael Thomas Carlson rachael.thomas.carl...@gmail.com writes: Hello everyone: I am trying to figure out how I can create a nifty little shortcut to write a \once

Re: move clef

2013-07-22 Thread Thomas Morley
2013/7/22 Bockett Hunter bockett1.hun...@gmail.com: Can this be used to change where the ambitus appears? Should be possible. Example-code? Cheers, Harm ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Two End bar

2013-07-22 Thread Wim van Dommelen
On 22 Jul 2013, at 16:56 , David Kastrup wrote: Wim van Dommelen m...@wimvd.nl writes: \score { \new Staff { \keepWithTag #'part \music \keepWithTag #'score \music } } There is also a function in the archive to use multiple tags in one call: