Re: notation TAB matching

2008-09-02 Thread Robin Bannister
Grammostola Rosea wrote: 1) You see the last two low a's (a,) doesn't have an tie. I like to have one between them. I can't connect them with ~ cause there are other notes between the two a's (e.g. gis and b). ... Ok, I think I solved problem 1 for 90% ... a,8~4. a,4 (8 ~ 4) a, You have c

Re: Again: Alignment of bars

2008-09-02 Thread Daniel Hulme
On Tue, Sep 02, 2008 at 03:55:33PM -0400, Kieren MacMillan wrote: > precisely. [From my engraving classes way back when, I seem to recall > that it's harder for musicians to read systems that are aligned > precisely, since the eye gets confused about which line to be following.] I can confirm fr

Re: notation TAB matching

2008-09-02 Thread James E. Bailey
Am 02.09.2008 um 21:00 schrieb Grammostola Rosea: 2) only the a, of the last chord (e.g. should have an duration of 4. the gis and b of that chord should have an duration of just 4 (without a dot). That requires multiple voices. <<{a4.}\\{4>> _

Re: Again: Alignment of bars

2008-09-02 Thread Kieren MacMillan
Hi Boris, I've read about the workarounds, like proportional mode Can proportional spacing be applied only to one Voice or Staff context, instead of to the whole Score? If so, you might be able to set up an invisible "spacer" context (which forces the measure width to be equal), and then l

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
Grammostola Rosea wrote: James E. Bailey wrote: Am 02.09.2008 um 18:02 schrieb Grammostola Rosea: What I want is this: BUT with a tie between the two last 'a's. To have a tie between two notes, you place a ~ between the two notes. 4. ~ a4 Sorry, I think I was not clear enough. I hope it

Re: paste bin for lilypond files?

2008-09-02 Thread Grammostola Rosea
Grammostola Rosea wrote: Mike Blackstock wrote: Yes, here: http://draft.wikilily.org/wiki/index.php/Sandbox - click on 'edit' tab to edit the code. (You'll have to put in a midi block if ya want 'listen' to work and don't forget to wrap code within tags) Cheers, -Mike PS ( or make a user ac

Re: paste bin for lilypond files?

2008-09-02 Thread Mike Blackstock
Grammostola Rosea wrote: how can you make your own sandbox as a user? Just enter as a page name User:Mike Blackstock and edit away (substituting your own username of course). Cheers, Mike ___ lilypond-user mailing list lilypond-user@gnu.org htt

Re: paste bin for lilypond files?

2008-09-02 Thread Grammostola Rosea
Mike Blackstock wrote: Yes, here: http://draft.wikilily.org/wiki/index.php/Sandbox - click on 'edit' tab to edit the code. (You'll have to put in a midi block if ya want 'listen' to work and don't forget to wrap code within tags) Cheers, -Mike PS ( or make a user account for your own 'sandbo

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
James E. Bailey wrote: Am 02.09.2008 um 18:02 schrieb Grammostola Rosea: What I want is this: BUT with a tie between the two last 'a's. To have a tie between two notes, you place a ~ between the two notes. 4. ~ a4 Sorry, I think I was not clear enough. I hope it will get better when I kn

Re: paste bin for lilypond files?

2008-09-02 Thread Mike Blackstock
Yes, here: http://draft.wikilily.org/wiki/index.php/Sandbox - click on 'edit' tab to edit the code. (You'll have to put in a midi block if ya want 'listen' to work and don't forget to wrap code within tags) Cheers, -Mike PS ( or make a user account for your own 'sandbox') Grammostola Rosea w

Re: notation TAB matching

2008-09-02 Thread James E. Bailey
Am 02.09.2008 um 18:02 schrieb Grammostola Rosea: What I want is this: BUT with a tie between the two last 'a's. To have a tie between two notes, you place a ~ between the two notes. 4. ~ a4 ___ lilypond-user mailing list lilypond-user@gnu.org

Re: notation TAB matching

2008-09-02 Thread James E. Bailey
Am 02.09.2008 um 18:02 schrieb Grammostola Rosea: What I want is this: BUT with a tie between the two last 'a's. To have a tie between two notes, you place a ~ between the two notes. ___ lilypond-user mailing list lilypond-user@gnu.org http://list

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
James E. Bailey wrote: Am 02.09.2008 um 15:40 schrieb Grammostola Rosea: I want to connect the two a's and the with by ties. #{ \tempo 4=120 \clef #(if $inTab "tab" "treble_8") \key a \major \time 4/4 \partial 8 a,8~4. a,4\( 8 \)b\2>8 e'4\1 \pageBreak #}) but the a is now connect

Re: notation TAB matching

2008-09-02 Thread James E. Bailey
Am 02.09.2008 um 15:40 schrieb Grammostola Rosea: I want to connect the two a's and the with by ties. #{ \tempo 4=120 \clef #(if $inTab "tab" "treble_8") \key a \major \time 4/4 \partial 8 a,8~4. a,4\( 8 \2>8 e'4\1 \pageBreak #}) but the a is now connected to the e which is wrong

Re: notation TAB matching

2008-09-02 Thread Trevor Daniels
I suggest you read the recommended documentation again. You have entered three nested phrasing slurs rather than ties. Phrasing slurs cannot be nested. Trevor - Original Message - From: "Grammostola Rosea" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, September 02, 2008 2:40 PM Subject: Re

Re: notation TAB matching

2008-09-02 Thread Robin Bannister
Grammostola Rosea wrote: there are not ties between the and To get ties between and you must put a squiggle between them, ( like you did between a, and ). This then looks like: ~ the a is now connected to the e which is wrong You are using "\(" and "\)" for phrasing slurs. But you

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
Grammostola Rosea wrote: Trevor Daniels wrote: I suggest you read the recommended documentation again. You have entered three nested phrasing slurs rather than ties. Phrasing slurs cannot be nested. Trevor - Original Message - From: "Grammostola Rosea" <[EMAIL PROTECTED]> Cc: Sent

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
Trevor Daniels wrote: I suggest you read the recommended documentation again. You have entered three nested phrasing slurs rather than ties. Phrasing slurs cannot be nested. Trevor - Original Message - From: "Grammostola Rosea" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, September 02, 2

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
James E. Bailey wrote: Am 02.09.2008 um 12:57 schrieb Grammostola Rosea: <<{(a,4 a,4.)}{ 8 8 e'4\1 \pageBreak In the score above, I want to add some connection bows(?) (dutch ='verbindingsboogje') >> in lilypond language as example: In english, they're called either ties or slurs. Ties c

Re: arpeggio problems

2008-09-02 Thread Eluze
Kieren MacMillan wrote: > > Why not use #'positions? > after playing around a bit (really enjoying...) with this idea i came to a quite satisfactory solution. as i mentioned, using \override Arpeggio #'positions = #'(-1 . 1 ) leeds to unexpected results with some arpeggio styles. in summary

paste bin for lilypond files?

2008-09-02 Thread Grammostola Rosea
Hi, Is there some kind of a paste bin website to paste lilypond scores which will be displayed as a lilypond output (e.g. pdf)? Could be useful to make things visible for others. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.

Re: lilypond-latex

2008-09-02 Thread Kieren MacMillan
Ola Ole (et al.): as we say in german: "dem Kieren sei ein trulala, trulala, trulala..." Ich habe meiste meine Deutsche vergessen! ;-) thank you very much for the modification, Kieren, it works like a charm... Glad to hear it. maybe the old script-link in manual (as I mentioned yesterda

Re: notation TAB matching

2008-09-02 Thread James E. Bailey
Am 02.09.2008 um 12:57 schrieb Grammostola Rosea: <<{(a,4 a,4.)}{ 8 8 e'4\1 \pageBreak In the score above, I want to add some connection bows(?) (dutch ='verbindingsboogje') >> in lilypond language as example: In english, they're called either ties or slurs. Ties connect two notes of t

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
Grammostola Rosea wrote: I have used tuxguitar for making a start with notation and tablature with Lilyond: \version "2.11.53" TrackAMusic = #(define-music-function (parser location inTab) (boolean?) #{ \tempo 4=120 \clef #(if $inTab "tab" "treble_8") \key a \major \time 4/4 \parti

Re: lilypond-latex

2008-09-02 Thread Graham Percival
On Tue, 02 Sep 2008 12:09:27 +0200 John Mandereau <[EMAIL PROTECTED]> wrote: > On 2008/09/01 18:19 -0400, Kieren MacMillan wrote: > > > /usr/bin/python --version > > > You'll see 2.3.5. > > > ... or at least, Kieren would see 2.3.5, because of the error > > > involving "set". I get it too, and ha

Re: lilypond-latex

2008-09-02 Thread John Mandereau
On 2008/09/01 18:19 -0400, Kieren MacMillan wrote: > > /usr/bin/python --version > > You'll see 2.3.5. > > ... or at least, Kieren would see 2.3.5, because of the error > > involving "set". I get it too, and have to edit lilypond-book > > manually whenever I get a new lilypond. > > Okay, manually

Re: notation TAB matching

2008-09-02 Thread Grammostola Rosea
Grammostola Rosea wrote: Hi, I want to score an song with notation and tablature, but how do I get the matching between notation and tab right? In this score the string is set on fret 12, but it has to be a 0... global = { \key a \major \tempo 4=176 \time 4/4 } chordNames = \chordmode {

Re: Increasing the gap between beams

2008-09-02 Thread Trevor Daniels
Elliot I believe the following is true, but it doesn't really help you much. If anyone knows better, please correct me. AFAICS the gap property of Beam is no longer used. The positioning of beams is automatically determined to give positions related to the staff lines in a process called "