summaryrefslogtreecommitdiffstats
path: root/2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv
diff options
context:
space:
mode:
Diffstat (limited to '2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv')
-rw-r--r--2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv72
1 files changed, 36 insertions, 36 deletions
diff --git a/2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv b/2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv
index 1439e2d8..fe5efc84 100644
--- a/2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv
+++ b/2020/subtitles/emacsconf-2020--04-music-in-plain-text--jonathan-gregory-autogen.sbv
@@ -5,22 +5,22 @@ hello everyone and welcome to the amax
golf
0:00:04.799,0:00:09.599
-i am jonathan and in this talk i'm going
+I am jonathan and in this talk I'm going
0:00:07.200,0:00:10.880
to demonstrate ways of producing sheet
0:00:09.599,0:00:14.320
-music in emacs
+music in Emacs
0:00:10.880,0:00:18.400
using lily pond and maybe also convince
0:00:14.320,0:00:18.400
-you to use emacs for writing your scores
+you to use Emacs for writing your scores
0:00:18.640,0:00:22.240
-so i'll start with an overview of the
+so I'll start with an overview of the
0:00:20.400,0:00:24.400
syntax for those who are new to using
@@ -44,7 +44,7 @@ functionalities using orb mode
and lily point mode one disclaimer
0:00:36.320,0:00:44.079
-however i am not a lillipon developer
+however I am not a lillipon developer
0:00:40.480,0:00:46.800
so what is lillipond lillipond is
@@ -98,7 +98,7 @@ the fermata symbol over the load b and
so on and so forth
0:01:19.119,0:01:23.119
-it's also fully extensible like emacs
+it's also fully extensible like Emacs
0:01:21.600,0:01:25.600
allowing users to extend
@@ -122,7 +122,7 @@ tablature vocal music lead sheets and so
on
0:01:35.200,0:01:38.479
-and above all it works with emacs in
+and above all it works with Emacs in
0:01:38.000,0:01:41.040
fact
@@ -194,7 +194,7 @@ in fact you can input chords lyrics
embellishments and a lot more
0:02:32.080,0:02:36.160
-so i encourage you to read the menu for
+so I encourage you to read the menu for
0:02:33.920,0:02:39.680
more information
@@ -209,7 +209,7 @@ so with lillipond installed let's create
a test file with the extension
0:02:43.840,0:02:52.400
-ly and open it in emacs
+ly and open it in Emacs
0:02:50.560,0:02:54.800
at the top of the file is the version
@@ -221,10 +221,10 @@ statement which tells lillipond which
version to use when compiling the file
0:02:57.440,0:03:03.680
-here i'm using version 2.20.0
+here I'm using version 2.20.0
0:03:00.959,0:03:04.159
-i've added the clef and time signature
+I've added the clef and time signature
0:03:03.680,0:03:07.440
so
@@ -233,7 +233,7 @@ so
let's add some notes
0:03:09.280,0:03:14.560
-okay i'm going to close this now and
+okay I'm going to close this now and
0:03:12.400,0:03:19.760
compile the file by running
@@ -260,7 +260,7 @@ materials each time the code blocks are
evaluated
0:03:37.760,0:03:41.840
-so as usual we begin with a header i've
+so as usual we begin with a header I've
0:03:40.640,0:03:45.200
added the title
@@ -311,7 +311,7 @@ now let's press ctrl c ctrl c to view
the results
0:04:20.079,0:04:26.800
-okay and if i run this again it should
+okay and if I run this again it should
0:04:23.280,0:04:26.800
create a new composition
@@ -335,7 +335,7 @@ sorry the ob lillypoint library comes
with two modes
0:04:40.400,0:04:43.440
-the one i'm using now is called arrange
+the one I'm using now is called arrange
0:04:42.560,0:04:45.440
mode
@@ -365,7 +365,7 @@ commands
now to demonstrate the basic mode in
0:05:02.320,0:05:05.120
-action i'm going to export this document
+action I'm going to export this document
0:05:04.320,0:05:08.240
to a pdf
@@ -398,10 +398,10 @@ export this to pdf file
and here it is what it generates
0:05:39.680,0:05:44.000
-now i'm going to show you the workflow i
+now I'm going to show you the workflow I
0:05:41.440,0:05:46.160
-used to produce music books in emacs
+used to produce music books in Emacs
0:05:44.000,0:05:48.000
combining lily pond and latex for a
@@ -410,13 +410,13 @@ combining lily pond and latex for a
perfect marriage
0:05:48.000,0:05:53.039
-i begin by sketching first draft of the
+I begin by sketching first draft of the
0:05:50.160,0:05:55.039
manuscript using pencil and paper
0:05:53.039,0:05:57.440
-then i move to emacs to input the notes
+then I move to Emacs to input the notes
0:05:55.039,0:06:00.080
in a git repository
@@ -428,7 +428,7 @@ this is a typical source file it begins
with a stylesheet
0:06:01.360,0:06:05.440
-where i set variables and layout
+where I set variables and layout
0:06:03.199,0:06:07.039
settings although in general there's no
@@ -464,7 +464,7 @@ now to automate the process of compiling
several files and building the pdf
0:06:28.560,0:06:32.560
-i use gnu make so all i have to do is
+I use gnu make so all I have to do is
0:06:31.280,0:06:36.000
open the shell
@@ -473,31 +473,31 @@ open the shell
and run the make command and don't worry
0:06:36.000,0:06:40.720
-i'll provide a link to the source code
+I'll provide a link to the source code
0:06:37.840,0:06:40.720
on the last slide
0:06:41.600,0:06:46.000
-as i moved forward with the project i
+as I moved forward with the project I
0:06:43.600,0:06:48.720
found at least two things missing
0:06:46.000,0:06:50.479
-one i had no access to a metronome at
+one I had no access to a metronome at
0:06:48.720,0:06:52.960
least not from the editor
0:06:50.479,0:06:55.919
-so i built one for casual use and made
+so I built one for casual use and made
0:06:52.960,0:06:58.000
it available in the melpa repository
0:06:55.919,0:06:59.039
-i also missed bar numbers in the source
+I also missed bar numbers in the source
0:06:58.000,0:07:00.880
file this
@@ -512,10 +512,10 @@ between input and output files without
getting lost
0:07:04.479,0:07:08.479
-so i wrote a command for toggling bar
+so I wrote a command for toggling bar
0:07:06.720,0:07:10.000
-numbers which i hope you can see on the
+numbers which I hope you can see on the
0:07:08.479,0:07:12.080
left
@@ -527,7 +527,7 @@ also some expressions are difficult or
slow to write on the keyboard
0:07:14.160,0:07:19.199
-accents and tuplets for example so i use
+accents and tuplets for example so I use
0:07:17.039,0:07:20.160
template expansion extensively for this
@@ -539,7 +539,7 @@ purpose
mainly yes snippets
0:07:23.440,0:07:28.080
-so what do i think well i think
+so what do I think well I think
0:07:25.680,0:07:31.039
lillypond can be a sharp paradigm shift
@@ -560,7 +560,7 @@ start using lillypod
likewise the ability to extend the
0:07:38.880,0:07:42.400
-software i think is especially appealing
+software I think is especially appealing
0:07:40.720,0:07:45.199
for music professionals
@@ -584,7 +584,7 @@ non-western music traditions
and other non-conventional requirements
0:07:56.160,0:08:00.720
-also lillypod and emacs both have
+also lillypod and Emacs both have
0:07:58.400,0:08:04.639
extensive and well-written manuals
@@ -608,7 +608,7 @@ but warm pond of lilies lily pawns and
lily pond users
0:08:13.680,0:08:16.960
-i invite you to contribute to my lilly
+I invite you to contribute to my lilly
0:08:15.680,0:08:18.800
pond projects
@@ -620,10 +620,10 @@ which you can do so from the links on
the screen
0:08:20.720,0:08:24.639
-so thank you all i look forward to your
+so thank you all I look forward to your
0:08:22.800,0:08:27.840
-comments and i hope you enjoy the rest
+comments and I hope you enjoy the rest
0:08:24.639,0:08:27.840
of the conference