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
https://lists.gnu.org/mailman/li
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 shortInstrumentNam
Hi,
2013/7/21 Carl Smith :
> 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 looking
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 intui
Jan-Peter Voigt 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 you name it)
Am 22.07.2013 11:07, schrieb Janek Warcho?:
Hi,
2013/7/21 Carl Smith :
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
Hi David,
Am 22.07.2013 11:49, schrieb David Kastrup:
The value of \pt is not known at the time of the \override. The music
containing the \override could be used with several different
\layout/\paper blocks with different valued of \pt.
I'm aware of that ... so I thaught, it might be possible
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 calculat
Jan-Peter Voigt 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 settings of font
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 &&
/home/
Hi Karol,
On Mon, Jul 22, 2013 at 3:24 AM, Karol Majewski 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 the file gi
bb 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
> /home/ich/lilypond-2.16.2/build/out/share/lilypond/current/scm/part-combiner.scm
> fa
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 wrote:
> bb writes:
>
> > generate-documentation.log ends with this message:
> > "
> > ...
> > ...
> > ;;; compiling
> >
> /home/ich/lilypond-2.16.2/build/
It will soon.
http://code.google.com/p/lilypond/issues/detail?id=3461
--
Phil Holmes
- Original Message -
From: immanuel litzroth
To: David Kastrup
Cc: lilypond-user@gnu.org
Sent: Monday, July 22, 2013 1:44 PM
Subject: Re: Problems compiling in Ubuntu 10.04
I had the
immanuel litzroth writes:
> I had the same problem, can't the configure script catch the wrong guile
> version?
http://code.google.com/p/lilypond/issues/detail?id=3461>
--
David Kastrup
___
lilypond-user mailing list
lilypond-user@gnu.org
https://li
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 `/home/bb/lilypond-2.16.2/bui
Am 22.07.2013 16:48, schrieb bb:
Am 22.07.2013 16:44, schrieb David Kastrup:
bb 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/lily
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
able
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 mailto:d...@gnu.org>> wrote:
bb mailto:bblo...@arcor.de>> writes:
> Compiled with guile 2.0.5 deinstalled and guile 1.8.8 installed.
(1.8
> and 2.0
bb 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 directory `/
On 22.07.2013 12:31, David Kastrup wrote:
Jan-Peter Voigt 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 = #(lamb
Am 22.07.2013 16:44, schrieb David Kastrup:
bb 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'
Indeed, I had to do that too.
i
On Mon, Jul 22, 2013 at 4:17 PM, David Kastrup wrote:
> bb 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
On Mon, Jul 22, 2013 at 4:40 PM, bb 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
lilypond-user@gnu.org
https
On 21 Jul 2013, at 21:16 , Pierre Perol-Schneider wrote:
2013/7/21 Christopher R. Maden
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 diagnostic side-
bb 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 problem fixe
Wim van Dommelen 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.
As of
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: lilypond-user@gnu
2013/7/22 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
bb 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 director
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 w
On Mon, 2013-07-22 at 18:18 +0200, David Kastrup wrote:
> Rachael Thomas Carlson 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
Rachael Thomas Carlson 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
> integers only. I need more c
Rachael Thomas Carlson 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? )
>> >
> \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
2013/7/22 Rachael Thomas Carlson :
> On Mon, 2013-07-22 at 18:18 +0200, David Kastrup wrote:
>> Rachael Thomas Carlson 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 ext
Can this be used to change where the ambitus appears?
On Mon, Jul 22, 2013 at 10:34 AM, Mark Stephen Mrotek
wrote:
> 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
> [
2013/7/22 Bockett Hunter :
> 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
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 22 Jul 2013, at 16:56 , David Kastrup wrote:
Wim van Dommelen 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 w
39 matches
Mail list logo