올림바단조

위키백과, 우리 모두의 백과사전.

올림바단조
{ \new Staff \with{ \magnifyStaff #3/2 } << \time 2/16 \override Score.TimeSignature #'stencil = ##f { \clef treble \key fis \minor s16 \clef bass \key fis \minor s16 } >> }
다른 언어 이름
영어F sharp minor
독일어fis-moll
프랑스어Fa sharp mineur
이탈리아어Fa sharp minore
관계조
나란한조가장조
같은으뜸음조올림바장조
딸림음조올림다단조
버금딸림음조나단조
구성음
F, G, A, B, C, D, E

올림바단조(-短調)는 올림바(F♯) 음을 으뜸음으로 하는 단음계이다.

자연단음계, 화성단음계, 가락단음계는 다음과 같다.

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' {
  \clef treble \key fis \minor \time 7/4 fis4^\markup "자연단음계" gis a b cis d e fis e d cis b a gis fis2
} }
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' {
  \clef treble \key fis \minor \time 7/4
  fis4^\markup "화성단음계" gis a b cis d eis fis eis d cis b a gis fis2
} }
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' {
  \clef treble \key fis \minor \time 7/4
  fis4^\markup "가락단음계" gis a b cis dis eis fis e! d! cis b a gis fis2
} }