lilypond-user
[Top][All Lists]
Advanced

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

Re: highlight music / fingering


From: David Kastrup
Subject: Re: highlight music / fingering
Date: Tue, 15 Nov 2016 11:05:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> In the score there are both versions. The score "audience" are children; I
> would like that they pay attention to the fact the music is similar but not
> identical.
>
> Have a look to the attached files (fragments from Greensleves for
> accordion) and the source code. In the first fragment the bass music is
> something like this:
>
>   c4 \chordmode {f, f,}
>   e \chordmode {e, e,}
>   \partial 2 b \chordmode {e,}
>
> and this is in the second
>
>   c4 \chordmode {f, f,}
>   e \chordmode {e:7, e:7,}
>   b chordmode {e:7, e:7,}

[graphics]

If that input corresponds to the printed output you gave, I want to see
the code producing the output.

At any rate, in current versions you can write

\chordmode {
  <c>4 f f
  <e> e:7 e:7
  <b> e:7 e:7
}

Doesn't mix with \relative though.  Not a problem for accordion I guess.

-- 
David Kastrup



reply via email to

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