Re: Renaissance lute and tab

2011-08-01 Thread Neil Puttock
2011/7/24 Janek Warchoł lemniskata.bernoull...@gmail.com: Hmm, does this work or is this just a proof-of-concept?  I wasn't able to determine it after reading http://www.gnu.org/software/guile/manual/html_node/Exactness.html I suppose it might break if users try to make pitches with really

Re: Renaissance lute and tab

2011-07-30 Thread Mario Moles
In data lunedì 25 luglio 2011 00:36:20, hai scritto: Ah, so this works: \new TabStaff { \set TabStaff.stringTunings = #`( ,(ly:make-pitch 0 0 1/2) ,(ly:make-pitch 0 3 1/4) ,(ly:make-pitch 0 5 -1/2)) cis' fih' as'

Re: Renaissance lute and tab

2011-07-24 Thread Janek Warchoł
Oops, sorry for the late answer! 2011/7/18 Mario Moles mario-mo...@libero.it even if I correct the syntax (without = c, = d, = f) the error remains. I'm surprised too. I've discovered that when you use words for alteration (i.e. ,(ly:make-pitch 0 1 FLAT) for des, ,(ly:make-pitch 0 3 SHARP)

Re: Renaissance lute and tab

2011-07-24 Thread Neil Puttock
2011/7/24 Janek Warchoł lemniskata.bernoull...@gmail.com: Oops, sorry for the late answer! 2011/7/18 Mario Moles mario-mo...@libero.it even if I correct the syntax (without = c, = d, = f) the error remains. I'm surprised too. I've discovered that when you use words for alteration (i.e.

Re: Renaissance lute and tab

2011-07-24 Thread Janek Warchoł
2011/7/25 Neil Puttock n.putt...@gmail.com: 2011/7/24 Janek Warchoł lemniskata.bernoull...@gmail.com: Oops, sorry for the late answer! 2011/7/18 Mario Moles mario-mo...@libero.it even if I correct the syntax (without = c, = d, = f) the error remains. I'm surprised too. I've discovered

Re: Renaissance lute and tab

2011-07-18 Thread Mario Moles
In data lunedì 18 luglio 2011 11:37:44, hai scritto: [sorry; forgot to cc to list] Wow! Beatiful! Thank you so match! What about \set TabStaff.stringTunings = #guitar-lute-tuning ? HTH, Marc -- oiram/bin/selom MkarlM-HomePage ___

Re: Renaissance lute and tab

2011-07-18 Thread Marc Hohl
[sorry; forgot to cc to list] Am 18.07.2011 00:01, schrieb Mario Moles: Hi! I'm sorry! My intelligence is limited! I don't understand whether to do to have fis=0 in the tab with make-pitch for renaissance lute! What about \set TabStaff.stringTunings = #guitar-lute-tuning ? HTH,

Re: Renaissance lute and tab

2011-07-18 Thread Janek Warchoł
Hi Mario, 2011/7/18 Mario Moles mario-mo...@libero.it: I don't understand whether to do to have fis=0 in the tab with make-pitch I see that Marc gave you an elegant solution already, but here is some more explanation in case you'll need make-ptich again: the syntax is 'ly:make-pitch octave note

Re: Renaissance lute and tab

2011-07-18 Thread Mario Moles
Hi Janek! Thank's! I have understood. But lilypond says this log: Elaborazione di «tab.ly» Analisi... tab.ly:11:31: errore: GUILE ha segnalato un errore per l'espressione che inizia qui \set TabStaff.stringTunings = # `( ,(ly:make-pitch 0 0 0) Interpretazione

Re: Renaissance lute and tab

2011-07-18 Thread Federico Bruni
Mario, when you want to share the lilypond output in this mailing list, you should write this command in the terminal before running lilypond: export LANG=en or export LANG=C (maybe the latter is better) Even though Jan will probably be able to help you nevertheless. 2011/7/18 Mario Moles

Re: Renaissance lute and tab

2011-07-18 Thread Mario Moles
In data lunedì 18 luglio 2011 17:32:15, hai scritto: Mario, when you want to share the lilypond output in this mailing list, you should write this command in the terminal before running lilypond: export LANG=en or export LANG=C (maybe the latter is better) Even though Jan will

Re: Renaissance lute and tab

2011-07-18 Thread Mario Moles
Either press 'enter'/'return'/'new line' before the lilypond command, or use: export LANG=en lilypond tab.ly HTH! Christ van Willegen No! export LANG=en lilypond tab.ly GNU LilyPond 2.15.5 Elaborazione di «tab.ly» Analisi... tab.ly:11:31: errore: GUILE ha segnalato un errore per

Re: Renaissance lute and tab

2011-07-18 Thread Federico Bruni
2011/7/18 Mario Moles mario-mo...@libero.it ** In data lunedì 18 luglio 2011 17:32:15, hai scritto: Mario, when you want to share the lilypond output in this mailing list, you should write this command in the terminal before running lilypond: export LANG=en or

Re: Renaissance lute and tab

2011-07-18 Thread Christ van Willegen
Mario, export LANG=en lilypond tab.ly bash: export: `tab.ly': not a valid identifier Either press 'enter'/'return'/'new line' before the lilypond command, or use: export LANG=en lilypond tab.ly HTH! Christ van Willegen -- 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

Re: Renaissance lute and tab

2011-07-18 Thread Janek Warchoł
11/7/18 Mario Moles mario-mo...@libero.it: Hi Janek! Thank's! I have understood. But lilypond says this log: Elaborazione di «tab.ly» Analisi... tab.ly:11:31: I wrote = c, = d, = f (and so on) only for explanatory purposes, you should delete them from the code. IIRC last parameter

Re: Renaissance lute and tab

2011-07-18 Thread -Eluze
oiram73 wrote: \set TabStaff.stringTunings = # `( ,(ly:make-pitch 0 3 0,25) Unbound variable: 0,5 shouldn't this read 0.5 !? Eluze -- View this message in context: http://old.nabble.com/Renaissance-lute-and-tab-tp32079657p32085424.html Sent from

Re: Renaissance lute and tab

2011-07-18 Thread Mario Moles
tab.ly:11:31: I wrote = c, = d, = f (and so on) only for explanatory purposes, you should delete them from the code. IIRC last parameter (alteration) can also contain the following values: FLAT SHARP NATURAL cheers, Janek Ok! But even if I correct the syntax (without = c, = d, = f)

Renaissance lute and tab

2011-07-17 Thread Mario Moles
Hi! I'm sorry! My intelligence is limited! I don't understand whether to do to have fis=0 in the tab with make-pitch for renaissance lute! Thank's \version 2.15.5 mynotes = { e4 a d' g' b' e'' } \new Staff { \clef treble \mynotes } \new TabStaff { \set TabStaff.stringTunings = #`(