Re: stemNeutral problem

2018-09-13 Thread Aaron Hill
On 2018-09-12 10:30 pm, Federico Bruni wrote: You are right, it seems weird. If you check your property-init.ly file you'll find these definitions: stemUp = \override Stem.direction = #UP stemDown = \override Stem.direction = #DOWN stemNeutral = \revert Stem.direction But I don't know what's

Re: stemNeutral problem

2018-09-13 Thread David Kastrup
Edward Neeman writes: > Hello, > > I’ve come across some weird behaviour from the \stemNeutral command. This > doesn’t work: > > > > \version "2.19.82" > > \relative { \stemUp 8) r8 > \acciaccatura { \stemDown 8 } \stemUp r > \stemNeutral c,16 es ges bes } > > %%% > > Adding a

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Simon Albrecht
On 13.09.2018 14:34, Bernhard Kleine wrote: A fairly modern componist wrote in 1950 the following example (see attached). These dotted slurs are not slurs since the text is not suspended. Please let me know how you would set this example. I’d see two possible interpretations, depending on

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Bernhard Kleine
But how make them dotted? Am 13.09.2018 um 14:48 schrieb Torsten Hämmerle: > Bernhard Kleine wrote >> These dotted slurs are not slurs since the text is not suspended. Please >> let me know how you would set this example. > > Hi Bernhard, > > > I'd just use phrasing slurs \( and \). > In

Re: stemNeutral problem

2018-09-13 Thread David Kastrup
David Kastrup writes: > Edward Neeman writes: > >> Hello, >> >> I’ve come across some weird behaviour from the \stemNeutral command. This >> doesn’t work: >> >> >> >> \version "2.19.82" >> >> \relative { \stemUp 8) r8 >> \acciaccatura { \stemDown 8 } \stemUp r >> \stemNeutral

Strange dotted slur which are not slurs or ties

2018-09-13 Thread Bernhard Kleine
A fairly modern componist wrote in 1950 the following example (see attached). These dotted slurs are not slurs since the text is not suspended. Please let me know how you would set this example. Regards Bernhard -- spitzhalde9 D-79853 lenzkirch bernhard.kle...@gmx.net www.b-kleine.com,

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Torsten Hämmerle
Bernhard Kleine wrote > These dotted slurs are not slurs since the text is not suspended. Please > let me know how you would set this example. Hi Bernhard, I'd just use phrasing slurs \( and \). In contrast to ties or ordinary slurs, each note will get its syllable, phrasing slurs won't

Re: stemNeutral problem

2018-09-13 Thread Edward Neeman
Thanks David, that makes a lot of sense! With your explanation in mind I’m thinking the current implementation in best. Edward --- Dr. Edward Neeman www.neemanpianoduo.com > On 13 Sep 2018, at 9:42 pm, David Kastrup wrote: > > David Kastrup mailto:d...@gnu.org>> writes: > >> Edward Neeman

Re: stemNeutral problem

2018-09-13 Thread David Kastrup
Edward Neeman writes: > Thanks David, that makes a lot of sense! > > With your explanation in mind I’m thinking the current implementation in best. Well, the problem really is finding an implementation that does not cause surprises. One could rather brutally restore all settings made inside of

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Simon Albrecht
On 13.09.2018 14:53, Bernhard Kleine wrote: But how make them dotted? How about: \version "2.18.2" "\\{" = -\single \phrasingSlurDotted \( "\\}" = \) { c'\{ c'\} } Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org

Single digit double time signature

2018-09-13 Thread Cantus Ornatus
Hi everyone. Typesetting mensural music I often find double time signatures with a single digit like C 3, O 3, and so on. Is it possible modifying the standard double time signature syntax in order to have such a layout (second page)? https://goo.gl/FBm2UL Thanks in advance, F.

Re: Single digit double time signature

2018-09-13 Thread Torsten Hämmerle
Cantus Ornatus wrote > Is it possible modifying the standard double time signature syntax in > order > to have such a layout? Hi F., You can change the time signature style to single-digit: \override Staff.TimeSignature.style = #'single-digit That way, only the numerator will be printed.

Re: Single digit double time signature

2018-09-13 Thread Aaron Hill
On 2018-09-13 6:49 am, Cantus Ornatus wrote: Hi everyone. Typesetting mensural music I often find double time signatures with a single digit like C 3, O 3, and so on. Is it possible modifying the standard double time signature syntax in order to have such a layout (second page)?

Re: Single digit double time signature

2018-09-13 Thread Cantus Ornatus
It works perfectly. Thanks a lot! Francesco Il giorno gio 13 set 2018 alle ore 16:14 Jean Bréfort ha scritto: > Hi, > > You might try something like: > > \override Staff.TimeSignature #'stencil = #ly:text-interface::print > \override Staff.TimeSignature #'text = \markup {\musicglyph

Re: stemNeutral problem

2018-09-13 Thread David Kastrup
Aaron Hill writes: > Token(s)Stem.direction (Stack) > > \stemDown Down () > \once \stemUp <{> Up (Down) > \stemNeutral <...> (Down) > <}> Down () > > This behavior is

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Bernhard Kleine
Am 13.09.2018 um 15:29 schrieb Torsten Hämmerle: > > Phrasing slurs can be made dotted by \phrasingSlurDotted and they can be > made dashed by \phrasingSlurDashed. > > Thank you both,  Simon and Torsten Bernhard -- spitzhalde9 D-79853 lenzkirch bernhard.kle...@gmx.net www.b-kleine.com,

Re: Single digit double time signature

2018-09-13 Thread Jean Bréfort
Hi, You might try something like: \override Staff.TimeSignature #'stencil = #ly:text-interface::print \override Staff.TimeSignature #'text = \markup {\musicglyph #"timesig.C44" \lower #0.9 \bold \large "3"} \time 3/2 Hope this jelps, Jean Le jeudi 13 septembre 2018 à 15:49 +0200, Cantus

Re: Strange dotted slur which are not slurs or ties

2018-09-13 Thread Torsten Hämmerle
Bernhard Kleine wrote > But how make them dotted? Phrasing slurs can be made dotted by \phrasingSlurDotted and they can be made dashed by \phrasingSlurDashed. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user

Re: stemNeutral problem

2018-09-13 Thread Aaron Hill
On 2018-09-13 4:42 am, David Kastrup wrote: [...] If you write something like \stemDown \once \stemUp \stemNeutral what's the expectation for the current timestep, and what's the expectation for afterwards? If \stem(Up|Down|Neutral) were as simple as "Stem.direction := (Up|Down|Neutral)"

Re: A Midi question

2018-09-13 Thread H. S. Teoh
On Thu, Sep 13, 2018 at 03:35:02AM +0200, Simon Albrecht wrote: > On 13.09.2018 01:29, H. S. Teoh wrote: > > The solution I've adopted is to always explicitly name all voices, > > even temporary ones, > > IIRC, they are named by default: "1", "2", etc. so you should just be > able to use those

Re: A Midi question

2018-09-13 Thread foxfanfare
H. S. Teoh wrote > For the printed score, this would produce tons of redundant dynamic > markings, so I always use a separate score just for layout, and stick > \dynPart into a Dynamics context between the upper and lower parts of > the piano score for nicer layout. > > Hope this helps. Yes,

Re: stemNeutral problem

2018-09-13 Thread David Kastrup
Aaron Hill writes: > On 2018-09-13 4:42 am, David Kastrup wrote: >> [...] If you write something like >> >> \stemDown \once \stemUp \stemNeutral >> >> what's the expectation for the current timestep, and what's the >> expectation for afterwards? > > If \stem(Up|Down|Neutral) were as simple as

Re: A Midi question

2018-09-13 Thread H. S. Teoh
On Thu, Sep 13, 2018 at 08:36:05AM -0700, foxfanfare wrote: [...] > Yes, very much! I tried all your proposals and now everything works > great, thanks! Glad to help. > I just need to find how I can make rallentando and the midi output > will be "acceptable" for my needs! [...] Usually I just