Re: chord duration

2018-10-31 Thread Torsten Hämmerle
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

Re: chord duration

2018-10-31 Thread Gianmaria Lari
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

Re: chord duration

2018-10-31 Thread Torsten Hämmerle
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

Re: chord duration

2018-10-31 Thread Gianmaria Lari
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

Re: chord duration

2018-10-31 Thread David Kastrup
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

Re: chord duration

2018-10-31 Thread Lukas-Fabian Moser
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

Re: chord duration

2018-10-31 Thread Aaron Hill
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

Re: chord duration

2018-10-31 Thread Malte Meyn
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

Re: chord duration

2018-10-31 Thread Robert Schmaus
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. > _

chord duration

2018-10-31 Thread 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? Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

Re: chord duration

2009-08-30 Thread Frederick Dennis
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

Re: chord duration

2009-08-29 Thread Ian Hulin
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

chord duration

2009-08-29 Thread Christian Henning
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