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 goo
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 dyn
\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 staff.
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 articulatio
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’ hint
Perfect! Thank you so much, David.
Best,
Reilly
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
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 trick at first, but no dice. An
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 yo
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 run. If not, you won't be
able to