Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
Ok..and Thank You.. On Wed, Nov 13, 2013 at 4:58 PM, Janek Warchoł wrote: > So, to answer David's question: > > 2013/11/13 David Kastrup : > > You could start by explaining what is wrong with the solution at the > > bottom of > > http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00456.

Re: string->number scheme

2013-11-13 Thread Janek Warchoł
2013/11/13 Stjepan Horvat : > Yes..this is exactly what i mean.. Good! But please be careful about quoting original messages. Don't let gmail do whatever it's doing by default, because it's not the right thing. Janek ___ lilypond-user mailing list lil

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
Yes..this is exactly what i mean.. On Wed, Nov 13, 2013 at 4:49 PM, Janek Warchoł wrote: > 2013/11/13 David Kastrup : > > Stjepan Horvat writes: > > > >> So..any idea how i could achive it..?! I wanted to use my little > knowlidge > >> to write a simple scheme function that could achive it..wit

Re: string->number scheme

2013-11-13 Thread Janek Warchoł
So, to answer David's question: 2013/11/13 David Kastrup : > You could start by explaining what is wrong with the solution at the > bottom of > http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00456.html>. This is not doing what Stjepan wants because he cannot use \bpm as a value for a

Re: string->number scheme

2013-11-13 Thread Janek Warchoł
2013/11/13 David Kastrup : > Stjepan Horvat writes: > >> So..any idea how i could achive it..?! I wanted to use my little knowlidge >> to write a simple scheme function that could achive it..with no succsess.. > > You could start by explaining what is wrong with the solution at the > bottom of > h

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
Look i know i'm maybe compliating here..but it would be helpfull if i could for once achive what i have imagine.. I can always use the software as is..and its great..i confirm.. On Wed, Nov 13, 2013 at 4:42 PM, Stjepan Horvat wrote: > Try putting bpm = \tempo 4 = 123 in the header.. > > > On Wed

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
Try putting bpm = \tempo 4 = 123 in the header.. On Wed, Nov 13, 2013 at 4:36 PM, David Kastrup wrote: > Stjepan Horvat writes: > > > So..any idea how i could achive it..?! I wanted to use my little > knowlidge > > to write a simple scheme function that could achive it..with no > succsess.. >

Re: string->number scheme

2013-11-13 Thread David Kastrup
Stjepan Horvat writes: > So..any idea how i could achive it..?! I wanted to use my little knowlidge > to write a simple scheme function that could achive it..with no succsess.. You could start by explaining what is wrong with the solution at the bottom of http://lists.gnu.org/archive/html/lilypo

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
So..any idea how i could achive it..?! I wanted to use my little knowlidge to write a simple scheme function that could achive it..with no succsess.. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: string->number scheme

2013-11-13 Thread David Kastrup
Stjepan Horvat writes: > I'm sorry for replayings..no..i'm using gmail's default settings. Gmail's default setting is _not_ to secretly append all of an old posting to your new mail. Gmail's default setting is to _quote_ the old mail into your new mail buffer when you make a reply so that you c

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
I'm sorry for replayings..no..i'm using gmail's default settings. Your right about \tempo = 123..it is a typo.. I defind my custom header..and i wanted to have some kind of tempo inside my header..so before i had my custom header i used poet variable for it..but becouse i now have my own custom he

Re: string->number scheme

2013-11-13 Thread David Kastrup
Stjepan Horvat writes: > ok.. > > i would want to insert the tempo one time..inside the header block..and > that it would apply to other tempo variables.. > > \header { > bpm = "123" > } > > \relative c' { > \tempo = \bpm "%the header bpm variable > c'4 > } First: it is impossible to guess wh

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
If i insert print \header { title = 123 } { c' } it doesnt show up..this is why i wanted to convert string to number..for later usege.. On Wed, Nov 13, 2013 at 3:18 PM, Stjepan Horvat wrote: > ok.. > > i would want to insert the tempo one time..inside the header block..and > that it would ap

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
ok.. i would want to insert the tempo one time..inside the header block..and that it would apply to other tempo variables.. \header { bpm = "123" } \relative c' { \tempo = \bpm "%the header bpm variable c'4 } till now i didnt create any scheme function successfully..:P On Wed, Nov 13, 2013

Re: string->number scheme

2013-11-13 Thread David Kastrup
Stjepan Horvat writes: > header won't display numbers..i'm using lastest development version.. [unedited useless fullquote below deleted] Please try harder to explain the problem, preferably with a minimal example, or at the very least responding to the individual suggestions with the details o

Re: string->number scheme

2013-11-13 Thread Stjepan Horvat
header won't display numbers..i'm using lastest development version.. On Wed, Nov 13, 2013 at 2:56 PM, David Kastrup wrote: > Stjepan Horvat writes: > > > Hi guys.. > > I would want to make a simple function that would convert my string to > > number..wha? > > > > i have a a variable inside he

Re: string->number scheme

2013-11-13 Thread David Kastrup
Stjepan Horvat writes: > Hi guys.. > I would want to make a simple function that would convert my string to > number..wha? > > i have a a variable inside header that is called bpm. inside bpm is my > tempo but in string. Why? > for example: > > \header { > bpm = "123" > } > > { > \tempo 4 = \

string->number scheme

2013-11-13 Thread Stjepan Horvat
Hi guys.. I would want to make a simple function that would convert my string to number..wha? i have a a variable inside header that is called bpm. inside bpm is my tempo but in string. for example: \header { bpm = "123" } { \tempo 4 = \bpm c'4 } or in midi block \midi { \tempo 4 = \bpm } i