lilypond-user
[Top][All Lists]
Advanced

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

Re: notation TAB matching


From: James E. Bailey
Subject: Re: notation TAB matching
Date: Tue, 02 Sep 2008 17:38:55 +0200


Am 02.09.2008 um 15:40 schrieb Grammostola Rosea:
I want to connect the two a's and the <gis b> with <gis b> by  ties.

#{
 \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...)

Ties are used to make a note value longer, they connect two notes of the same name.
Slurs are used to show phrasing, they connect notes of different names.

If I'm understanding correctly, what you want is a~ a and <gis b>~ <gis b>.

~ is used in lilypond for ties.
) is used in lilypond for slurs.
\) is used in lilypond for phrasing slurs, to have two simultaneous slurs in the same voice.




reply via email to

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