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 { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user