Gianmaria Lari wrote
> Ciao Torsten,
>
> I'm sorry, I don't understand. Why I would like to display twice a chord
> if
> I write c4~4 ? Maybe could you write a simple example (if possible!).
Ah, yes, right, Gianmaria!
I only was thinking of chord changes in general, but now I see that it's
prima
On Wed, 31 Oct 2018 at 15:45, Torsten Hämmerle
wrote:
> Gianmaria Lari wrote
> > But I was wondering why it should not work my
> > obvious solution :)
>
> Ciao Gianmanria,
>
> Probably because your obvious solution isn't that obvious from a technical
> point of view.
> In this simple example, it
Gianmaria Lari wrote
> But I was wondering why it should not work my
> obvious solution :)
Ciao Gianmanria,
Probably because your obvious solution isn't that obvious from a technical
point of view.
In this simple example, it is totally clear that we only want to see
changes.
But just imagine the
On Wed, 31 Oct 2018 at 09:21, David Kastrup wrote:
> Gianmaria Lari writes:
>
> > The following code...
> >
> > \version "2.19.82"
> > \new ChordNames \chordmode { c8~c2 }
> >
> >
> > displays C C. How can I make it display a single C chord that last 8~2?
>
> You got a number of workarounds in d
Gianmaria Lari writes:
> The following code...
>
> \version "2.19.82"
> \new ChordNames \chordmode { c8~c2 }
>
>
> displays C C. How can I make it display a single C chord that last 8~2?
You got a number of workarounds in different answers. There may also be
some point in treating this as a bug
Am 31.10.18 um 09:00 schrieb Gianmaria Lari:
The following code...
\version "2.19.82"
\new ChordNames \chordmode { c8~c2 }
displays C C. How can I make it display a single C chord that last 8~2?
Durations may be modified using factors: since 2 is 4x 8 (hehe), you can
write \chordmod
On 2018-10-31 1:00 am, Gianmaria Lari wrote:
The following code...
\version "2.19.82"
\new ChordNames \chordmode { c8~c2 }
displays C C. How can I make it display a single C chord that last 8~2?
Would either "c8 s2" or "c8*5" work for you? (I think the second one
would be needed for MIDI o
Am 31.10.18 um 09:00 schrieb Gianmaria Lari:
The following code...
\version "2.19.82"
\new ChordNames \chordmode { c8~c2 }
displays C C. How can I make it display a single C chord that last 8~2?
There are several possibilities:
%%%
\version "2.19.82"
\new
Try C8*5.
Best,
Robert
> On 31 Oct 2018, at 09:00, Gianmaria Lari wrote:
>
> The following code...
>
> \version "2.19.82"
> \new ChordNames \chordmode { c8~c2 }
>
> displays C C. How can I make it display a single C chord that last 8~2?
>
> Thank you, g.
> _
The following code...
\version "2.19.82"
\new ChordNames \chordmode { c8~c2 }
displays C C. How can I make it display a single C chord that last 8~2?
Thank you, g.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/list
Dear Christian,
I checked out your code and all you have to do is
add a dot after the g2 to give the value of a
dotted minim (half-note). Thanks for the code,
as I've never used \improvisationOn.
Yrs, Fred.
> Hi there, another problem. I hope people don't get too impatient with
> me. I try to fig
Christian Henning wrote:
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-interm
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
13 matches
Mail list logo