lilypond-user
[Top][All Lists]
Advanced

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

Re: notation TAB matching


From: Grammostola Rosea
Subject: Re: notation TAB matching
Date: Tue, 02 Sep 2008 21:00:37 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

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. <a, a cis'>4. ~ a4

Sorry, I think I was not clear enough. I hope it will get better when I know the English musical terms better..

Here is the output:
http://draft.wikilily.org/wiki/index.php/Sandbox

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).

2) only the a, of the last chord (e.g. <a, gis b> should have an duration of 4. the gis and b of that chord should have an duration of just 4 (without a dot).

thanks in advance,
Ok, I think I solved problem 1 for 90%:

http://draft.wikilily.org/wiki/index.php/Signe   > second score

Question 2) still remains....




global = {

 \tempo 4=176
 \clef "G_8"
 \key a \major
 \time 4/4

}

chordNames = \chordmode {
 \global
r8 a2 e
}

classicalGuitar = {
 \global
  \partial 8
\mark \markup {"Moderately fast bossa nova feel"} a,8~<a, cis'>4. a,4 (<gis b>8 ~ <a, gis b>4) a,

 %<b e'>4 <a cis'>8~<a cis'> <cis' e'>4. <gis b>2



% a,8~<a, cis'\2 a\3 >4.a,4
 % a,4\5 <b\2 e'\3 >8 r8r8a,8\5
}


\score {
 \new StaffGroup <<
   \new ChordNames \chordNames
       \new Staff \with {
     midiInstrument = "acoustic guitar (nylon)"
   } \classicalGuitar
   \new TabStaff \with {
     midiInstrument = "acoustic guitar (nylon)"
   } \classicalGuitar
 >>
 \layout { }
 \midi { }
}






reply via email to

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