Re: trill & midi

2018-02-06 Thread Gianmaria Lari
On 6 February 2018 at 23:09, wrote: > > "peter" == peter writes: > > >> I would like to change the trill speed in the midi output. I tried > >> to change the "#(define..." like in the following code but without > >> success. Any

Re: Tweaking Hairpin shape

2018-02-06 Thread Thomas Morley
2018-02-06 16:10 GMT+01:00 Werner LEMBERG : > >> Sure, I attached a few from here >> > > Thanks, but in this score there is not a single heavily rotated > hairpin; I would say that the differences are not of any importance. > >>

Re: trill & midi

2018-02-06 Thread peter
> "peter" == peter writes: >> I would like to change the trill speed in the midi output. I tried >> to change the "#(define..." like in the following code but without >> success. Any suggestion? peter> When I was writing the trill code, lily tended to crash when

Re: trill & midi

2018-02-06 Thread peter
> I would like to change the trill speed in the midi output. I tried to > change the "#(define..." like in the following code but without success. > Any suggestion? > \version "2.19.81" > \include "articulate.ly" > #(define ac:maxTwiddleTime (ly:make-moment 1/240)) > \score { > \articulate

Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > But I want to use > > \clef varpercussion > > When I add this line it turns to Clef G. How can I use Clef varpercussion? Ooops, Sorry, the varpercussion clef is fairly new and only available from 2.19 onwards. That's, by the way, one of

trill & midi

2018-02-06 Thread Gianmaria Lari
I would like to change the trill speed in the midi output. I tried to change the "#(define..." like in the following code but without success. Any suggestion? \version "2.19.81" \include "articulate.ly" #(define ac:maxTwiddleTime (ly:make-moment 1/240)) \score { \articulate {\time 2/4 c'2

Re: endless tab?

2018-02-06 Thread bb
Am 06.02.2018 um 15:35 schrieb David Wright: On Tue 06 Feb 2018 at 09:33:41 (+0100), Blöchl Bernhard wrote: Am 06.02.2018 03:15, schrieb Andrew Bernard: Hi bb, Do you simply want 17/16? I use times like this very often. Just use time 17/16 and you will get barlines. Thank you! This is a

Re: Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I added your codes \new RhythmicStaff \with { \consists "Clef_engraver" } { { \clef percussion But I want to use \clef varpercussion When I add this line it turns to Clef G. How can I use Clef varpercussion? 6 Şub 2018 Sal, saat 16:29 tarihinde Torsten Hämmerle <

Re: Tweaking Hairpin shape

2018-02-06 Thread Stefano Troncaro
@Werner > My conclusion: It could be a useful feature to have the ends of > rotated hairpins vertically aligned. However, I wouldn't like to have > this as the default. > My thoughts exactly. I did not intend to express that I wanted this as the default, because I don't, only for a convenient

Re: Tweaking Hairpin shape

2018-02-06 Thread Werner LEMBERG
> Sure, I attached a few from here > Thanks, but in this score there is not a single heavily rotated hairpin; I would say that the differences are not of any importance. > . Oh, and an

Re: Tweaking Hairpin shape

2018-02-06 Thread Stefano Troncaro
Sorry, my previous reply was rejected because of the attached images. Werner, I hope that the links are sufficient. -- Forwarded message -- From: Stefano Troncaro Date: 2018-02-06 11:05 GMT-03:00 Subject: Re: Tweaking Hairpin shape To: Andrew Bernard

Re: endless tab?

2018-02-06 Thread David Wright
On Tue 06 Feb 2018 at 09:33:41 (+0100), Blöchl Bernhard wrote: > Am 06.02.2018 03:15, schrieb Andrew Bernard: > >Hi bb, > > > >Do you simply want 17/16? I use times like this very often. Just use > >time 17/16 and you will get barlines. > > > > Thank you! This is a possibilty if one really wants

Re: Tweaking Hairpin shape

2018-02-06 Thread Stefano Troncaro
Thank you David! I think I should be able to work something out from here, I'll post again when I have some kind of update. 2018-02-06 11:04 GMT-03:00 David Nalesnik : > Hi Stefano, > > > On Mon, Feb 5, 2018 at 11:53 PM, Stefano Troncaro >

Re: Tweaking Hairpin shape

2018-02-06 Thread David Nalesnik
Hi Stefano, On Mon, Feb 5, 2018 at 11:53 PM, Stefano Troncaro wrote: > David and Harm, I'm really impressed by the level of expertise you both have > showed in this thread. The function works wonderfully, and I'm really > grateful for your help! > > I feel kind of bad

Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > Is there any clef for percussion note? Yes, there is. \clef percussion or \clef varpercussion are two common clefs used for percussion staves. *Caveat:* By default \RhythmicStaff will not print any clef by default, because a non-pitched

Re: Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I changed my code << \new RhythmicStaff { { \numericTimeSignature \time 4/4 c2 c4 \stemDown c4 } } \addlyrics { \override LyricText.font-size = #-2 Düüm Te Ke } >> Is there any clef for percussion note? 2018-02-06 15:46 GMT+03:00 Torsten Hämmerle : > Ondokuz

Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > Is it possible to open the gap between the measurement figures and the > first note? Merhaba Emre, First let me state that I consider using lyrics the best compromise when trying to achieve a half-way rhythmically consistent spacing in

Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I have a little question... The tails of the notes coming from the helix such as düm and te will be on top and the rhythm will be on the note. As follows... \new RhythmicStaff { \relative c' { \startStaff \numericTimeSignature \time 4/4 \override Staff.Clef #'stencil = ##f c2^\markup {Düüm} c4

Re: endless tab?

2018-02-06 Thread Blöchl Bernhard
Am 06.02.2018 03:15, schrieb Andrew Bernard: Hi bb, Do you simply want 17/16? I use times like this very often. Just use time 17/16 and you will get barlines. Thank you! This is a possibilty if one really wants 17/16. I do not. But lilypond does not serve the sloppy user perfectly from