Hi List,

Had anybody already worked on a function that goes:

\version "2.19.48"

%% has to work with 'transpose
\transpose c c''{
  \omit Staff.TimeSignature
  \omit Stem
  \key a\minor
  \cadenzaOn
  a, b, c d e f gis a g f e d c b,
  \bar "||" \break

  %%%% Where some function like:
  %\key a\minorHarmonic
  %%%% with this entry:
  %a, b, c d e f g a g f e d c b,
  %%%% would show:
  a, b, c d e f g! a g f e d c b,
  %%%% whithout showing any key signature
  \bar "||" \break

  %%%% and like:
  %\key a\minorMelodic
  %%%% with this entry:
  %a, b, c d e f g a g f e d c b,
  %%%% would show:
  a, b, c d e f! g! a g f e d c b, a,
  %%%% whithout showing any key signature
  \bar "||" \break

  %%%% and also like:
  %\key a\minorMelodic
  %%%% with this entry:
  %a, b, c d e fis gis a gis fis e d c b,
  %%%% would show:
  a, b, c d e fis gis a gis! fis! e d c b, a,
  %%%% whithout showing any key signature
  \bar "|."
}

(Sorry if I missed a thread about that but I did not find any.)

TIA.
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to