lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: notation TAB matching


From: Trevor Daniels
Subject: Re: notation TAB matching
Date: Tue, 2 Sep 2008 16:02:35 +0100

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" <address@hidden>
Cc: <address@hidden>
Sent: Tuesday, September 02, 2008 2:40 PM
Subject: Re: notation TAB matching


James E. Bailey wrote:

Am 02.09.2008 um 12:57 schrieb Grammostola Rosea:
 <<{(a,4 a,4.)}{ <gis\3 b\2>8 <a,)\5 gis\3 b\2>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 the same pitch, slurs connect notes of different pitches.
Ok, thanks, I'm talking about ties here.

http://kainhofer.com/~lilypond/Documentation/user/lilypond-learning/Ties-and-slurs.html#Ties-and-slurs <http://kainhofer.com/%7Elilypond/Documentation/user/lilypond-learning/Ties-and-slurs.html#Ties-and-slurs>
Explains ties and slurs and how to use them.

I want to connect the two a's and the <gis b> with <gis b> by  ties.

I have it now like this: TrackAMusic = #(define-music-function (parser location inTab) (boolean?)
#{
  \tempo 4=120
  \clef #(if $inTab "tab" "treble_8")
  \key a \major
  \time 4/4
  \partial 8
a,8~<a, cis'\2 a\3 >4. a,4\( <gis\3\( b\2\(>8 <a,\5\) \)gis\3 \)b\2>8 e'4\1 \pageBreak
#})

but the a is now connected to the e which is wrong and there are not ties between the <gis b> and <gis b>

This part is for a score with notation and tablature (a\3 means an a on the third (from below) string...)

help would be nice here ;)







_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

[Prev in Thread] Current Thread [Next in Thread]