Hello Christian,
everytime you want to enter chord, you have to put it in \chordmode.
This version compiled in my Lilypond:
--------------------------------------------------
\version "2.12.2"
\header {
title = " \"Creep\" by Radiohead"
}
<<
\new ChordNames {
\chordmode { g1 g1:sus4 }
}
\new Voice \with {
\consists Pitch_squash_engraver
} \relative c'' {
%\improvisationOn
g1
%next line should work in chordmode
\chordmode { g1:sus4 }
}
>>
--------------------------------------------------
The \improvisationOn is commented out, because I am not used to it ;)
and it doesn't look like it is doing the right thing in chordmode(?).
The g1:sus4 looks the same as the g1.
Cheers,
Jan-Peter.
Am 14.08.2009 um 02:02 schrieb Christian Henning:
Hi there, first post ever. I'm trying to "engrave" a strumming pattern
for a simple chord progression. I can see how a works for major chords
but I'm struggling with sus4 chords.
Here is what I have:
\version "2.12.2"
\header {
title = " \"Creep\" by Radiohead"
}
<<
\new ChordNames {
\chordmode { g g:sus4 }
}
\new Voice \with {
\consists Pitch_squash_engraver
} \relative c'' {
\improvisationOn
g1
%next line doesn't work
g1:sus4
}
This is what the log tells me:
C:/Code Samples/music/songs/Radiohead/creep_1.ly:17:3: error: syntax
error, unexpected STRING
g1:
sus4
C:/Code Samples/music/songs/Radiohead/creep_1.ly:5:0: error: errors
found, ignoring music expression
Can anyone help me out?
Thanks,
Christian
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user