Jump to content

User:Colin M/Score Experiments

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Perfect octave in C

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

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


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