User:Colin M/Score Experiments

From Wikipedia, the free encyclopedia

Perfect octave in C[edit]

Before:

Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents. Play

After:


\layout{
#(layout-set-staff-size 28)
}
\relative c''{
\hide Staff.TimeSignature
<c c,>1 | c,4 c' c,2
}
Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents.

\layout{
#(layout-set-staff-size 28)
}
\relative c''{
\hide Staff.TimeSignature
<c c,>1
}
Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents.

Melodic and harmonic intervals[edit]

Before:

Melodic and harmonic intervals. Play

After:


\layout {
line-width = 60\mm
indent = 0\mm
}
\relative c''{
\clef treble \time 3/1 \hide Staff.TimeSignature
d,1 g f \bar "||" \break
\time 1/1 <d f> \bar "||" <d g> \bar "||" <f g> \bar "||"
}
Melodic and harmonic intervals.

Other[edit]


\relative c''{
\key aes \major
aes,1 bes c des ees f g aes
}
The A♭-major scale.