Hi there, quick question since I cannot find anything in the
documentation. Is there a way to have a note head struck out? Meaning
the the chord is strum but only with muted strings.
Thanks,
Christian
___
lilypond-user mailing list
lilypond-user@gnu.or
Hi Patrick,
>> \new ChordNames {
>> \chordmode
>> {
>> g1 |
>> g16*6:sus4 g16*10 | \break
>> bes1 |
>> bes16*6:sus4 bes16*10 | \break
>> c1 |
>> c2:sus4 c2| \break
>> c1:m |
>> c1:
Here is what I have now. It's only the first few bar but I like the
output. Please comment if you see something:
\version "2.12.2"
#(ly:set-option 'delete-intermediate-files #t) % deletes the .ps file
automatically
\header {
title = "Creep"
composer = "Radiohead"
}
<<
\new Chord
1:34 AM, Andrew Tucker wrote:
>
> On Sep 1, 2009, at 11:17 PM, Christian Henning wrote:
>
>> Hi there, I'm almost finished with my first lilypond piece. I'm quite
>> happy with the results. But, there are a couple of questions left
>> regarding the o
Hi there, I'm at work and don't really have much time.I just wanna
state that I presented my problem with a reduced sheet. The problem
was regarding the chord durations and not with the melody. I'm a
software engineer and this is how I post questions to reduce the
chance of confusion.
I have poste
I just realized a small error in my script. Here is the updated version:
\version "2.12.2"
#(ly:set-option 'delete-intermediate-files #t) % deletes the .ps file
automatically
\header {
title = "title"
composer = "band"
}
<<
\new ChordNames {
\chordmode
{
Hi there, I'm almost finished with my first lilypond piece. I'm quite
happy with the results. But, there are a couple of questions left
regarding the output. Please consider the following piece:
\version "2.12.2"
#(ly:set-option 'delete-intermediate-files #t) % deletes the .ps file
automatically
ing chord names" which I cannot find in 2.12.
Am I right, that lilypond is rarely used for my type of notation?
Meaning rock/pop tunes for acoustic guitar.
On Tue, Sep 1, 2009 at 1:28 AM, Andrew Tucker wrote:
>
> On Aug 31, 2009, at 10:19 PM, Christian Henning wrote:
>
>>
>>
Hi there, first of all thanks to everyone who replied. I really
appreciate every reply.
For a start, I would like to describe what I'm really after. I have
some songs, mostly transcribed by my guitar teacher, which I like to
transform into sheet music. I have every songs on a piece of paper
writte
Hi there, adding a dot to a chord duration prolongs it by 50%. "g4.",
for instance, is 1.5 beats or three 8th notes. "g4.." is 1.75 beats, I
believe. Which would translate into seven 16th notes. But what is
"g4..."? Here, with 3 dots.
Also, how can I describe a duration that lasts for 2.25 beats?
Hi there, another problem. I hope people don't get too impatient with
me. I try to figure out how to define a chord notation that doesn't
quite fit into the normal mode. Please consider the following working
code example:
\version "2.12.2"
#(ly:set-option 'delete-intermediate-files #t) % deletes
Hi there, I would like to thank everyone who participated in this
discussion. I have learned a lot!
Thanks,
Christian
On Thu, Aug 27, 2009 at 1:01 AM, Carl Glick wrote:
> If you want to learn about basic music theory, http://musictheory.net/ is
> supposed to be very good, at least according to my
ave a different way of thinking in my head than lilypond
and for that matter most musicians. I'm trying to change that.
Christian
On Wed, Aug 26, 2009 at 11:28 AM, Federico Bruni wrote:
> Christian Henning wrote:
>>
>> Carl, you won it!! ;-) Thanks.
>>
>> What
Carl, you won it!! ;-) Thanks.
What's the logic for naming the last "g8"?
Christian
On Wed, Aug 26, 2009 at 10:49 AM, Carl Glick wrote:
> g16 g g8
>
> On Wed, Aug 26, 2009 at 9:30 AM, Christian Henning
> wrote:
>>
>> A picture probably helps to make my p
A picture probably helps to make my point clear. The Youtube video (
http://www.youtube.com/watch?v=Z8gYpvlfGTM ) at second 25 shows what I
want as a picture.
I'm sorry for the confusion I have caused.
Christian
___
lilypond-user mailing list
lilypond
Hi there, I cannot figure out how to encode a 16th note rhythm. When
counting by mouth I would say: "1and 2and 3and 4and" when all notes
are taking part. In lilypond I would write: "g16 g g g g16 g g g g16 g
g g g16 g g g". But how do I: "1ad 2ad 3ad 4ad"? Please notice I leave
out the "n".
Thanks
g16 g8 g r g g g
> }
> }
>>>
>
> You should indent your code and your braces. It's easier to read and to find
> errors.
>
> HTH
> patrick
> Original-Nachricht
>> Datum: Thu, 13 Aug 2009 20:02:20 -0400
>> Von: Christian Hen
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 {
\chord
18 matches
Mail list logo