-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from peterhpo/master
init sanghefte H22
- Loading branch information
Showing
18 changed files
with
7,544 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Ignoring temporary files (can also be deleted by running "make clean") | ||
|
||
*.sxd | ||
*.aux | ||
*.dep | ||
*.ly | ||
*.out | ||
*.sxc | ||
*.log | ||
4c | ||
eb | ||
tmp*.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Nytt sanghefte med noter :) | ||
|
||
Her har vi prøvd å få inn noter i sangheftet da en gjennomsnittlig IFI-student ikke er kjent med de tradisjonelle studentsangene som synges ved gallaer eller andre arrangementer. | ||
|
||
## Kjøring | ||
|
||
For å få kjørt scriptet som lager PDFen må man ha installert [lilypond](https://lilypond.org/doc/v2.21/Documentation/contributor/requirements-for-compiling-lilypond#ubuntu) og LaTex e.l. | ||
Ved installasjon på Ubuntu kjør: | ||
|
||
```bash | ||
sudo apt install texlive-latex-extra | ||
sudo apt-get install -y lilypond | ||
``` | ||
|
||
For selve kjøringen gjør kallet ```make song``` at pdf-en produseres. Dette kaller videre på kommandoene: | ||
|
||
``` | ||
lilypond-book --pdf sanghefte.lytex | ||
pdflatex sanghefte.tex | ||
``` | ||
|
||
### Problemer som kan oppstå ved kjøring | ||
Kjøringen lager en god del midlertidige filer hvorav noen av disse gjør at det ikke er mulig å kjøre igjen uten at disse slettes. Disse kan (mest sannsynlig) fjernes ved å kjøre ```make clean```, men mulig det er noen endringer i filnavn og/eller mappenavn som da gjør at ```make clean``` ikke sletter det som trengs å slettes. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
clean: | ||
rm *.sxd | ||
rm *.aux | ||
rm *.dep | ||
rm *.ly | ||
rm *.out | ||
rm *.sxc | ||
rm *.log | ||
rm -r 4c | ||
rm -r eb | ||
rm -r tmp*.pdf | ||
|
||
|
||
# For å kjøre scriptet som lager pdf-en | ||
# (må ha installert lilypond og latex for å kjøre) | ||
song: | ||
lilypond-book --pdf sanghefte.latex | ||
pdflatex sanghefte.tex | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.