Hello Jacques,

I’m not exactly sure what you want, but maybe something like this?

Cheers,
Valentin

Am Freitag, 11. März 2022, 11:24:11 CET schrieb Jacques Menu:
> Hello folks,
> 
> I’d like to display the following as though it were in C major using
> \naturalizeMusic from the LSR (https://lsr.di.unimi.it/LSR/Item?id=266),
> but still display the original key.
> 
> 
> Original:
> 
> 
> 
> Naturalized, with \key commented out in the Lily code:
> 
> 
> 
> Is there a way to display the E major key as a markup as a reminder, i.e.
> without it being taken into accout for the notes display?
> 
> Thanks for your help!
> 
> JM

{
  \mark\markup\score{ 
    \layout {
      \override Score.SpacingSpanner.shortest-duration-space = #0
      \override Score.SpacingSpanner.packed-spacing = ##t
    }
    \new Staff \with {
    \override StaffSymbol.staff-space = #0.66
    fontSize = #(magnification->font-size 0.66)
    \omit Clef
    \omit TimeSignature
    \override KeySignature.space-alist.first-note = #'(fixed-space . 0)   % default 2.5
    \override LeftEdge.space-alist.key-signature = #'(extra-space . 0.15) % default 0.8
    %\override KeySignature.X-extent = #empty-interval
   } { \key e\major \grace s   }}
  cis' d' e' fis' 
}

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

Reply via email to