lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor melodic and harmonic scales


From: Pierre Perol-Schneider
Subject: Minor melodic and harmonic scales
Date: Fri, 23 Sep 2016 09:58:49 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]