Constant Hairpin on line break

2018-03-20 Thread Karim Haddad
Hi, Does somebody know how to avoid having the vertical hook on a line break and just to have it on the end of a constant hairpin ? Here is a minimal example code : \relative c'' { \override Hairpin.stencil = #constante-hairpin c1 \p \< | \break c1 | %%here the hook should not appear if

Tie/Accidental Collision

2018-03-20 Thread Sam Bivens
Hi all, In the attached MWE, I'm having difficulties correcting the collision between the tie and the accidental. The documentation has ample support for /slur//accidental collisions, but I'm having trouble fixing the collision with /ties/. I'd appreciate any help you can offer! Thanks,

Re: score beginning at end of first page of a bookpart

2018-03-20 Thread Ali Cuota
Many thanks, This looks like what I need. But I have to study this home (I have internet only in an internet-shop). Francois http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail;

Re: trillspann without trill

2018-03-20 Thread Ali Cuota
Many thanks. I will try it this afternoon. Francois http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail; target="_blank">https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png; alt="" width="46" height="29"

Re: predicate for \lyricmode

2018-03-20 Thread Jan-Peter Voigt
Yes, but you might write one that checks if the music expression does contain elements of a certain type. It is possible, but I can't tell if its reasonable. Am 20. März 2018 17:35:44 MEZ schrieb David Kastrup : >Urs Liska writes: > >> Hi all, >> >> is

Re: predicate for \lyricmode

2018-03-20 Thread Urs Liska
Am 20.03.2018 um 17:35 schrieb David Kastrup: Urs Liska writes: Hi all, is there a LilyPond predicate for a \lyricmode expression? \version "2.19.80" test = #(define-void-function (text)(ly:music?) (display text)) text = \lyricmode { a b c } \test \text does

Re: predicate for \lyricmode

2018-03-20 Thread David Kastrup
Urs Liska writes: > Hi all, > > is there a LilyPond predicate for a \lyricmode expression? > > \version "2.19.80" > > test = > #(define-void-function (text)(ly:music?) >(display text)) > > text = \lyricmode { a b c } > \test \text > > does work, so ly:music? accepts

predicate for \lyricmode

2018-03-20 Thread Urs Liska
Hi all, is there a LilyPond predicate for a \lyricmode expression? \version "2.19.80" test = #(define-void-function (text)(ly:music?) (display text)) text = \lyricmode { a b c } \test \text does work, so ly:music? accepts the lyricmode expression. But is there a narrower predicate I can

Re: Lyrics "polyphony"

2018-03-20 Thread Urs Liska
Hi Trevor (and David), Am 20.03.2018 um 15:54 schrieb Trevor: Hi Urs, you wrote 20/03/2018 11:32:30 I've come across the need to temporarily split lyrics into two "stanzas" (in repeated sections). The code I am confronted with does this by using some kind of polyphony construct, but this

Re: Lyrics "polyphony"

2018-03-20 Thread Trevor
Hi Urs, you wrote 20/03/2018 11:32:30 I've come across the need to temporarily split lyrics into two "stanzas" (in repeated sections). The code I am confronted with does this by using some kind of polyphony construct, but this ends up creating a new \Lyrics context that is added below the

Re: summer of code registration

2018-03-20 Thread Urs Liska
Dear Nguyen, welcome to the LilyPond community, we are looking forward to your application. If you are familiar with Racket it should not be too hard to get used to the Guile implementation of Scheme (although the interplay between Scheme as a language and the LilyPond internals are not too

Re: Lyrics "polyphony"

2018-03-20 Thread David Wright
On Tue 20 Mar 2018 at 12:32:30 (+0100), Urs Liska wrote: > Hi, > > I've come across the need to temporarily split lyrics into two > "stanzas" (in repeated sections). > > The code I am confronted with does this by using some kind of > polyphony construct, but this ends up creating a new \Lyrics

summer of code registration

2018-03-20 Thread Nguyen Linh Chi
Dear mentors, I would like to join the project Lilypond, Comtemporary Notation. As a student, I have done programming in Racket and C. So it is close to Scheme. Anyone can provide some help? Best, -- *Nguyen Linh Chi* ___ lilypond-user mailing list

Lyrics "polyphony"

2018-03-20 Thread Urs Liska
Hi, I've come across the need to temporarily split lyrics into two "stanzas" (in repeated sections). The code I am confronted with does this by using some kind of polyphony construct, but this ends up creating a new \Lyrics context that is added below the lowest staff instead of directly

Re: MIDI tick resolution

2018-03-20 Thread Gilberto Agostinho
Just one more example, this time from old music, from Beethoven's/ Sonata Pathétique/. Look at the last beat of the last bar in the image below: At 384 PPQ, the very last beat is a quarter note

Re: MIDI tick resolution

2018-03-20 Thread Gilberto Agostinho
Hi all, thanks for all replies. I will not enter on the merit of what can be perceived by ear or not at a reasonable tempo, we already have plenty of that in the audio parameter wars (44100 vs 48000 Hz, 16 vs 24 bit, etc.) But akin to those, it's a fact that modern DAWs have much higher MIDI tick

Re: MIDI tick resolution

2018-03-20 Thread Gilberto Agostinho
Hi all, thanks for all replies. I will not enter on the merit of what can be perceived by ear or not at a reasonable tempo, we already have plenty of that in the audio parameter wars (44100 vs 48000 Hz, 16 vs 24 bit, etc.) But akin to those, it's a fact that modern DAWs have much higher MIDI tick

Re: MIDI tick resolution

2018-03-20 Thread David Kastrup
Thomas Morley writes: > 2018-03-20 2:49 GMT+01:00 Ivan Kuznetsov : >> Gilberto Agostinho wrote: >>> >>> Does anyone know if it possible to change the tick resolution of LilyPond's >>> MIDI output to a value other

Re: MIDI tick resolution

2018-03-20 Thread Thomas Morley
2018-03-20 2:49 GMT+01:00 Ivan Kuznetsov : > Gilberto Agostinho wrote: >> >> Does anyone know if it possible to change the tick resolution of LilyPond's >> MIDI output to a value other than the default 384? One reason for wanting >> this