Skip to content

Commit c8d4718

Browse files
authored
Merge branch 'sugarlabs:master' into master
2 parents 0042978 + 5f80c5e commit c8d4718

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta name="description"
1212
content="Learn to code through music with Music Blocks. Arrange colorful blocks to create everything from simple melodies to interactive games.">
1313
<meta name="mobile-web-app-capable" content="yes">
14+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1415
<meta name="theme-color" content="#2196F3">
1516
<title>Music Blocks</title>
1617

lilypond/README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,7 @@ We will use Music Blocks to create the music and then convert that to sheet musi
1515
* Curiosity about [sheet music](https://en.wikipedia.org/wiki/Sheet_music)
1616

1717
## Downloading LilyPond
18-
Open the [LilyPond download page](http://www.lilypond.org/download.html) and download the software "For Users" as per your operating system.
19-
20-
## Installing LilyPond
21-
### Installation for GNU/Linux and FreeBSD
22-
[Read GNU/Linux Installation on the Lilypond webpage](http://www.lilypond.org/unix.html)
23-
24-
1. Right click the link and save it as `filename.sh` (for example save as `lilypond-2.18.2-1.linux-64.sh`)
25-
2. Open a terminal and go to the directory into which the `.sh` file was downloaded (by default ~/Downloads), e.g.,
26-
```
27-
cd ~/Downloads
28-
chmod +x lilypond-2.16.2-1.linux-64.sh
29-
sudo ./lilypond-2.16.2-1.linux-64.sh
30-
```
31-
32-
### Installation for Windows
33-
[Read Windows Installation on the Lilypond webpage](http://www.lilypond.org/windows.html)
34-
35-
Download the `.exe` file and run it to launch the installation process.
36-
37-
### Installation for Mac OS
38-
1. Open the `.tar.bz2` file once it gets downloaded.
39-
<img src="\images\ly_mac_1.png"></img>
40-
2. Clicking it will, open the `Archive Utility` and extract it's contents.
41-
<img src="\images\ly_mac_2.png"></img>
42-
3. After they have been extracted, you will see a `LilyPond application` file in the directory that pops up.
43-
4. Drag and drop this file to the `Applications` on the left pane.
44-
<img src="\images\ly_mac_3.png"></img>
45-
5. This will now enable you to see the "LilyPond" in your applications, i.e. It will get installed and you can drag and drop it from there to your dock, in order to have a shortcut for `LilyPond` in the dock.
46-
6. You can double-click it to run the program.
47-
<img src="\images\ly_mac_4.png"></img>
48-
7. Alternatively, run it from a [terminal](http://guides.macrumors.com/Terminal) with the command `open -a LilyPond`.
49-
<img src="\images\ly_mac_5.png"></img>
18+
Lilypond may be downloaded for Windows, Mac, and GNU/Linux from [LilyPond download page](http://www.lilypond.org/download.html)
5019

5120
## Generating LilyPond files from Music Blocks
5221
<img src='https://rawgit.com/Daksh/guides/master/lywithmb//images/save_as_ly_bt.svg'></img>

0 commit comments

Comments
 (0)