Le 22/07/2021 à 00:07, David Kastrup a écrit :
Kees van den Doel writes:
Is there a way to translate a ly file from italian to english?
I want to edit a score but instead of do re mi names want english names for
the note names.
I think the LilyPond GUI Frescobaldi has this sort of thing in i
(Do try to keep the mailing list on all replies, so that threads do not
get disrupted and to ensure broad visibility and participation.)
On 2021-07-21 9:11 am, James B. Wilkinson wrote:
On Jul 20, 2021, at 11:16 PM, Aaron Hill
wrote:
On 2021-07-20 8:11 pm, James B. Wilkinson wrote:
I fat-fi
Kees van den Doel writes:
> Is there a way to translate a ly file from italian to english?
>
> I want to edit a score but instead of do re mi names want english names for
> the note names.
I think the LilyPond GUI Frescobaldi has this sort of thing in its menus.
--
David Kastrup
Is there a way to translate a ly file from italian to english?
I want to edit a score but instead of do re mi names want english names for
the note names.
Am Mi., 21. Juli 2021 um 12:07 Uhr schrieb N. Andrew Walsh
:
>
> Hi List,
>
> I have the following:
>
>
> \version "2.20.0"
>
> textStencil =
> #(define-music-function
>(grob text)
>(key-list? markup?)
>#{ \override #grob . stencil = #ly:text-interface::print
> \override #gro
On 2021-07-21 2:56 am, N. Andrew Walsh wrote:
[ . . . ] Is there a way to force (re-)displaying a time
signature in one Staff, without invoking the \time command and
displaying
it for all voices?
One option would be to use \time again, but then manually omit the
signature where you do not wa
Hi List,
I have the following:
\version "2.20.0"
textStencil =
#(define-music-function
(grob text)
(key-list? markup?)
#{ \override #grob . stencil = #ly:text-interface::print
\override #grob . text = #text #})
timeStencil = \textStencil Staff.TimeSignature \etc
{
\once