From 1aad6bbd8eeec6874b017774ccbca20eb3469fe9 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 4 Jan 2025 14:13:13 +0300 Subject: [PATCH 1/2] =?UTF-8?q?ru:=20music-and-technology-synthesis-flats-?= =?UTF-8?q?and-sharps:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/ru/sections/music-and-technology-synthesis-flats-and-sharps.tex: Исправление ошибки. --- .../music-and-technology-synthesis-flats-and-sharps.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/sections/music-and-technology-synthesis-flats-and-sharps.tex b/src/ru/sections/music-and-technology-synthesis-flats-and-sharps.tex index fdce850..2fc8651 100644 --- a/src/ru/sections/music-and-technology-synthesis-flats-and-sharps.tex +++ b/src/ru/sections/music-and-technology-synthesis-flats-and-sharps.tex @@ -127,7 +127,6 @@ \section{Полутона, диезы и бемоли} Для примера возьмём ``E4\flat'' (см. рисунок \ref{fig:lilypond-e4-flat}.) \begin{figure}[ht] - \caption{``Фа Диез'' четвёртой октавы.} \centering \begin{lilypond} \relative c' { @@ -136,6 +135,7 @@ \section{Полутона, диезы и бемоли} ees4 } \end{lilypond} + \caption{``E Бемоль'' четвёртой октавы.} \label{fig:lilypond-e4-flat} \end{figure} From 88dbaace6213c7edbd191dab2e8435fc7cc13720 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 4 Jan 2025 14:13:38 +0300 Subject: [PATCH 2/2] =?UTF-8?q?ru:=20music-and-technology-synthesis-arrays?= =?UTF-8?q?:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/ru/sections/music-and-technology-synthesis-arrays.tex: Улучшение изложения материала. --- src/ru/sections/music-and-technology-synthesis-arrays.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ru/sections/music-and-technology-synthesis-arrays.tex b/src/ru/sections/music-and-technology-synthesis-arrays.tex index 1d9db99..80212a3 100644 --- a/src/ru/sections/music-and-technology-synthesis-arrays.tex +++ b/src/ru/sections/music-and-technology-synthesis-arrays.tex @@ -6,8 +6,8 @@ \section{Массивы} \index{Программирование!Массив} -\emph{Массив} -- это переменная, состоящая из группы других переменных одного -типа. В массиве мы сможем хранить ноты нашей мелодии. +\emph{Массив} -- это переменная, хранящая несколько значений одного типа. В +массиве мы сможем хранить ноты нашей мелодии. Визуально массив можно представить в виде последовательности ``коробочек'', каждая из которых имеет порядковый номер (называемый \emph{индексом}) и может