Re: Required font for simplified Chinese characters?

2017-12-20 Thread James Harkins
On Sat, 09 Dec 2017 14:23:46 +0800 Andrew Bernard wrote > With the release of stable version 2.20 coming out in the forseeable future, > and with 2.19.80 being really stable and excellent, could you considering > moving up? No crash occurs at 2.19.80, and there are dozens of really

Re: \magnifyStaff for dynamics?

2017-12-20 Thread Ben
On 12/20/2017 8:03 PM, Mason Hock wrote: \version "2.19.63" \score {   <<     \new Staff \with { \magnifyStaff #(magstep -3) }     \relative c' { c c c c }     \new Dynamics \with { \override VerticalAxisGroup.staff-affinity = #UP }     { s\p\< s s s\f}   >> } Is there a way to magnify the

\magnifyStaff for dynamics?

2017-12-20 Thread Mason Hock
\version "2.19.63" \score { << \new Staff \with { \magnifyStaff #(magstep -3) } \relative c' { c c c c } \new Dynamics \with { \override VerticalAxisGroup.staff-affinity = #UP } { s\p\< s s s\f} >> } shrinks the music staff as expected but does not shrink the dynamics

Re: single Note swell

2017-12-20 Thread Simon Albrecht
Some explanations: On 20.12.2017 22:42, Simon Albrecht wrote: On 20.12.2017 01:21, Vivyan wrote: code to instruct a swell for the duration of c2 There’s several possibilities: First, LilyPond has the built-in command \espressivo (which is technically not a dynamic script, but an

Re: single Note swell

2017-12-20 Thread Simon Albrecht
On 20.12.2017 01:21, Vivyan wrote: code to instruct a swell for the duration of c2 There’s several possibilities: First, LilyPond has the built-in command \espressivo (which is technically not a dynamic script, but an articulation): %% { c2\espressivo } %% Second, your ‘example’

Re: Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread Reilly Farrell
Perfect! Thank you so much, David. Best, Reilly ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread David Nalesnik
Hi Reilly, On Wed, Dec 20, 2017 at 11:56 AM, Reilly Farrell wrote: > I'm seeking a way to create rhythmic examples, as in the sample code below, > while positioning breath marks above the rhythmic staff rather than along > the line. I thought ^\breathe might do the

Rhythmic Excerpts with Breath Marks Above the Staff

2017-12-20 Thread Reilly Farrell
I'm seeking a way to create rhythmic examples, as in the sample code below, while positioning breath marks above the rhythmic staff rather than along the line. I thought ^\breathe might do the trick at first, but no dice. Any advice on how to properly accomplish this is deeply appreciated. Thank

Re: single Note swell

2017-12-20 Thread David Kastrup
Vivyan writes: > just trying this bit of code to instruct a swell for the duration of c2, > this hasn't quite work? >c2'' { s2 s\< s\> s\! } The first thing to try if you get an example from somewhere is to use it _unmodified_ and see whether you get it to