Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Valentin Petzel
Hi,

Maybe of interest:
One of the musicxml to Lilypond converters (I thing it was the one from 
libmusicxml) add an event function called otherDynamic, which takes a markup 
as argument. Then if the argument is an atomic string markup it replaces words 
made up from m,r,z,f,p,s as dynamic text, everything else as italic. The 
result is then returned as dynamic script.

So with this you can do \otherDynamic "p – f" appended just like any other 
dynamic event.

Cheers,
Valentin

Am Samstag, 27. November 2021, 19:07:35 CET schrieb Ritchie:
> Hi,
> 
> I was looking / asking the same some time ago.
> 
> A very helpful list denizen helped me by suggesting...
> 
> \markup { \dynamic "p - f" }
> 
> Just thought I'd pass on :-)
> 
> Ritchie
> 
> On 27/11/2021 17:49, Kenneth Wolcott wrote:
> > Thank you Knute, that helps.
> > 
> > On Sat, Nov 27, 2021 at 7:03 AM Knute Snortum  wrote:
> >> Here's how I would do it:
> >> 
> >> * Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
> >> version.  This usually brings up several possible links to the manual
> >> and the first one is a good one.
> >> * Clink the link about expressive marks:
> >> https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-at
> >> tached-to-notes * Click the New Dynamic Marks link.  There you go!
> >> * Alternatively, you could start here:
> >> https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
> >> Usually what you want is in the Learning Manual, the Notation
> >> Reference, or Snippets.  The Internal Reference is for when you get
> >> deeper into LilyPond.  You can use the Search field in the bottom left
> >> corner, and this it turns out uses Google!  But it can get you some
> >> clues about how to search.
> >> 
> >> HTH
> >> 
> >> --
> >> Knute Snortum
> >> 
> >> 
> >> --
> >> Knute Snortum
> >> 
> >> 
> >> 
> >> On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott
> >> 
> >>  wrote:
> >>> Hi;
> >>> 
> >>>Regarding the old fable: "Give me a fish, I can eat for a meal; Give
> >>> 
> >>> me a fishing pole, I can eat for a lifetime."...
> >>> 
> >>> I can't remember how to do dynamics pertaining to an implied repeat.
> >>> 
> >>> The music has "p -f" for dynamic marking.
> >>> 
> >>> The general problem: How do I search (what phrases should I use) to
> >>> find this information in the manual?
> >>> 
> >>> Thanks,
> >>> Ken Wolcott

signature.asc
Description: This is a digitally signed message part.


Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Paul Scott



On 11/28/21 2:28 AM, Wols Lists wrote:
I have a little include area for all my standard stuff - I redefine 
the header block, for example. But one of those files in there 
contains a bunch of definitions for all the odd dynamics. So every 
time I need to add a new one, I've got all the others there as 
examples ... :-)


Exactly what I do.

Paul



Cheers,
Wol

On 27/11/2021 18:07, Ritchie wrote:

Hi,

I was looking / asking the same some time ago.

A very helpful list denizen helped me by suggesting...

\markup { \dynamic "p - f" }

Just thought I'd pass on :-)

Ritchie








Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Wols Lists
I have a little include area for all my standard stuff - I redefine the 
header block, for example. But one of those files in there contains a 
bunch of definitions for all the odd dynamics. So every time I need to 
add a new one, I've got all the others there as examples ... :-)


Cheers,
Wol

On 27/11/2021 18:07, Ritchie wrote:

Hi,

I was looking / asking the same some time ago.

A very helpful list denizen helped me by suggesting...

\markup { \dynamic "p - f" }

Just thought I'd pass on :-)

Ritchie


On 27/11/2021 17:49, Kenneth Wolcott wrote:

Thank you Knute, that helps.

On Sat, Nov 27, 2021 at 7:03 AM Knute Snortum  wrote:

Here's how I would do it:

* Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
version.  This usually brings up several possible links to the manual
and the first one is a good one.
* Clink the link about expressive marks:
https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes
* Click the New Dynamic Marks link.  There you go!
* Alternatively, you could start here:
https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
Usually what you want is in the Learning Manual, the Notation
Reference, or Snippets.  The Internal Reference is for when you get
deeper into LilyPond.  You can use the Search field in the bottom left
corner, and this it turns out uses Google!  But it can get you some
clues about how to search.

HTH

--
Knute Snortum


--
Knute Snortum



On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott
  wrote:

Hi;

   Regarding the old fable: "Give me a fish, I can eat for a meal; Give
me a fishing pole, I can eat for a lifetime."...

I can't remember how to do dynamics pertaining to an implied repeat.

The music has "p -f" for dynamic marking.

The general problem: How do I search (what phrases should I use) to
find this information in the manual?

Thanks,
Ken Wolcott






Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-27 Thread Kenneth Wolcott
Thank you!

On Sat, Nov 27, 2021 at 10:15 AM Ritchie  wrote:

> Hi,
>
> I was looking / asking the same some time ago.
>
> A very helpful list denizen helped me by suggesting...
>
> \markup { \dynamic "p - f" }
>
> Just thought I'd pass on :-)
>
> Ritchie
>
>
> On 27/11/2021 17:49, Kenneth Wolcott wrote:
>
> Thank you Knute, that helps.
>
> On Sat, Nov 27, 2021 at 7:03 AM Knute Snortum  
>  wrote:
>
> Here's how I would do it:
>
> * Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
> version.  This usually brings up several possible links to the manual
> and the first one is a good one.
> * Clink the link about expressive 
> marks:https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes
> * Click the New Dynamic Marks link.  There you go!
> * Alternatively, you could start 
> here:https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
> Usually what you want is in the Learning Manual, the Notation
> Reference, or Snippets.  The Internal Reference is for when you get
> deeper into LilyPond.  You can use the Search field in the bottom left
> corner, and this it turns out uses Google!  But it can get you some
> clues about how to search.
>
> HTH
>
> --
> Knute Snortum
>
>
> --
> Knute Snortum
>
>
>
> On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott 
>  wrote:
>
> Hi;
>
>   Regarding the old fable: "Give me a fish, I can eat for a meal; Give
> me a fishing pole, I can eat for a lifetime."...
>
> I can't remember how to do dynamics pertaining to an implied repeat.
>
> The music has "p -f" for dynamic marking.
>
> The general problem: How do I search (what phrases should I use) to
> find this information in the manual?
>
> Thanks,
> Ken Wolcott
>
>
>


Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-27 Thread Ritchie

Hi,

I was looking / asking the same some time ago.

A very helpful list denizen helped me by suggesting...

\markup { \dynamic "p - f" }

Just thought I'd pass on :-)

Ritchie


On 27/11/2021 17:49, Kenneth Wolcott wrote:

Thank you Knute, that helps.

On Sat, Nov 27, 2021 at 7:03 AM Knute Snortum  wrote:

Here's how I would do it:

* Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
version.  This usually brings up several possible links to the manual
and the first one is a good one.
* Clink the link about expressive marks:
https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes
* Click the New Dynamic Marks link.  There you go!
* Alternatively, you could start here:
https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
Usually what you want is in the Learning Manual, the Notation
Reference, or Snippets.  The Internal Reference is for when you get
deeper into LilyPond.  You can use the Search field in the bottom left
corner, and this it turns out uses Google!  But it can get you some
clues about how to search.

HTH

--
Knute Snortum


--
Knute Snortum



On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott
 wrote:

Hi;

   Regarding the old fable: "Give me a fish, I can eat for a meal; Give
me a fishing pole, I can eat for a lifetime."...

I can't remember how to do dynamics pertaining to an implied repeat.

The music has "p -f" for dynamic marking.

The general problem: How do I search (what phrases should I use) to
find this information in the manual?

Thanks,
Ken Wolcott



Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-27 Thread Kenneth Wolcott
Thank you Knute, that helps.

On Sat, Nov 27, 2021 at 7:03 AM Knute Snortum  wrote:
>
> Here's how I would do it:
>
> * Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
> version.  This usually brings up several possible links to the manual
> and the first one is a good one.
> * Clink the link about expressive marks:
> https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes
> * Click the New Dynamic Marks link.  There you go!
> * Alternatively, you could start here:
> https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
> Usually what you want is in the Learning Manual, the Notation
> Reference, or Snippets.  The Internal Reference is for when you get
> deeper into LilyPond.  You can use the Search field in the bottom left
> corner, and this it turns out uses Google!  But it can get you some
> clues about how to search.
>
> HTH
>
> --
> Knute Snortum
>
>
> --
> Knute Snortum
>
>
>
> On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott
>  wrote:
> >
> > Hi;
> >
> >   Regarding the old fable: "Give me a fish, I can eat for a meal; Give
> > me a fishing pole, I can eat for a lifetime."...
> >
> > I can't remember how to do dynamics pertaining to an implied repeat.
> >
> > The music has "p -f" for dynamic marking.
> >
> > The general problem: How do I search (what phrases should I use) to
> > find this information in the manual?
> >
> > Thanks,
> > Ken Wolcott
> >



Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-27 Thread Knute Snortum
Here's how I would do it:

* Go to Google and type "lilypond 2.22 dynamics".  The 2.22 is the
version.  This usually brings up several possible links to the manual
and the first one is a good one.
* Clink the link about expressive marks:
https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes
* Click the New Dynamic Marks link.  There you go!
* Alternatively, you could start here:
https://lilypond.org/doc/v2.22/Documentation/web/manuals.html.
Usually what you want is in the Learning Manual, the Notation
Reference, or Snippets.  The Internal Reference is for when you get
deeper into LilyPond.  You can use the Search field in the bottom left
corner, and this it turns out uses Google!  But it can get you some
clues about how to search.

HTH

--
Knute Snortum


--
Knute Snortum



On Fri, Nov 26, 2021 at 8:10 PM Kenneth Wolcott
 wrote:
>
> Hi;
>
>   Regarding the old fable: "Give me a fish, I can eat for a meal; Give
> me a fishing pole, I can eat for a lifetime."...
>
> I can't remember how to do dynamics pertaining to an implied repeat.
>
> The music has "p -f" for dynamic marking.
>
> The general problem: How do I search (what phrases should I use) to
> find this information in the manual?
>
> Thanks,
> Ken Wolcott
>



specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-26 Thread Kenneth Wolcott
Hi;

  Regarding the old fable: "Give me a fish, I can eat for a meal; Give
me a fishing pole, I can eat for a lifetime."...

I can't remember how to do dynamics pertaining to an implied repeat.

The music has "p -f" for dynamic marking.

The general problem: How do I search (what phrases should I use) to
find this information in the manual?

Thanks,
Ken Wolcott