Re: Tempo marking with 2 notes

2021-05-11 Thread Ahanu Banerjee
Indeed, I had missed that portion of the documentation.. I was able to
adapt it and make it work.

Thank you!
-Ahanu

On Mon, May 10, 2021, 22:13 Peter Chubb 
wrote:

> > "Ahanu" == Ahanu Banerjee  writes:
>
>
> Ahanu> Can anyone provide a simple way to make a tempo marking like
> Ahanu> this: "♩= 𝅗𝅥 " ?
>
> Something like this?
>
> \version "2.22.0"
>
> \score {
>   \new Staff { \time 3/4 r2.^
>\markup {
>\note {2.} #UP
>=
>\note {2} #UP
>  }
>|
>\time 2/4 r2
>  }
> }
>
> See http://lilypond.org/doc/v2.22/Documentation/notation/music for the
> markup syntax.  Earlier versions used #"2." instead of {2.} for the
> durations.
>
> Peter C
>
>


Re: Tempo marking with 2 notes

2021-05-10 Thread Peter Chubb
> "Ahanu" == Ahanu Banerjee  writes:


Ahanu> Can anyone provide a simple way to make a tempo marking like
Ahanu> this: "♩= 𝅗𝅥 " ?

Something like this?

\version "2.22.0"

\score {
  \new Staff { \time 3/4 r2.^
   \markup {
   \note {2.} #UP
   = 
   \note {2} #UP
 }
   |
   \time 2/4 r2
 }
}

See http://lilypond.org/doc/v2.22/Documentation/notation/music for the
markup syntax.  Earlier versions used #"2." instead of {2.} for the
durations.

Peter C




Re: Tempo marking with 2 notes

2021-05-10 Thread Aaron Hill

On 2021-05-10 6:41 pm, Ahanu Banerjee wrote:

Hello,

Can anyone provide a simple way to make a tempo marking like this: "♩= 
𝅗𝅥 "

?


You should be able to adapt LSR 574 [1] to achieve that.

[1]: https://lsr.di.unimi.it/LSR/Item?id=574


-- Aaron Hill



Re: Tempo marking with 2 notes

2021-05-10 Thread Ahanu Banerjee
Please disregard, I missed the answer in the documentation.. thanks

On Mon, May 10, 2021 at 9:41 PM Ahanu Banerjee 
wrote:

> Hello,
>
> Can anyone provide a simple way to make a tempo marking like this: "♩= 𝅗𝅥
> " ?
>
> Thanks,
> -Ahanu
>


Tempo marking with 2 notes

2021-05-10 Thread Ahanu Banerjee
Hello,

Can anyone provide a simple way to make a tempo marking like this: "♩= 𝅗𝅥 "
?

Thanks,
-Ahanu