Content deleted Content added
←Created page with ''''TODO''' * Remove bar lines from 1 and 2 * Try using override_midi {{Image frame|content=<score sound=1> \relative c''{ \set Score.tempoHideNote = ##t \tempo...' |
No edit summary |
||
Line 1:
== Perfect octave in C ==
Before:
[[Image:Perfect octave on C.png|thumb|Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents. {{audio|Perfect octave on C.mid|Play}}]]
{{clear}}
After:
{{Image frame|content=<score sound=1>
\layout{
#(layout-set-staff-size 28)
}
\relative c''{
\hide Staff.TimeSignature
<c c,>1 | c,4 c' c,2
}
</score>
</score>|caption=Melodic and harmonic intervals.}}▼
|width=300
|caption=Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents.
}}
{{clear}}
{{Image frame|content=<score sound=1>
\layout{
#(layout-set-staff-size 28)
}
\relative c''{
\hide Staff.TimeSignature
<c c,>1
}
Line 18 ⟶ 33:
|width=250
|caption=Example: Perfect octave on C in equal temperament and just intonation: 2/1 = 1200 cents.}}
{{Synthlisten|filename=Perfect octave on C.mid}}
{{clear}}
== Melodic and harmonic intervals ==
Before:
[[Image:Melodic and harmonic intervals.png|thumb|275px|Melodic and harmonic intervals. {{audio|Melodic and harmonic intervals.mid|Play}}]]
{{clear}}
After:
{{Image frame|content=<score sound=1 override_midi="Melodic and harmonic intervals.mid">
\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 "||"
}
</score>
}}
{{Synthlisten|filename=Melodic and harmonic intervals.mid}}
{{clear}}
== Other ==
|