User:Manuela/Main Page: Difference between revisions
m Header |
m oneclick inserted |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
margin-top: 4px; | margin-top: 4px; | ||
background-color: #f9f9f9;"> | background-color: #f9f9f9;"> | ||
<div style="font: bold 2.3em | <div style="font: bold 2.3em serif; color: #8b5; | ||
text-shadow: 2px 0 #fff,0 2px #fff | text-shadow: 2px 0 #fff,0 2px #fff,3px 3px 10px #aaa; | ||
white-space: nowrap">Welcome to the</div> <div style="font: bold 4.3em | white-space: nowrap">Welcome to the</div> <div style="font: bold 4.3em serif; color: #8b5; | ||
text-shadow: 2px 0 #fff,0 2px #fff | text-shadow: 2px 0 #fff,0 2px #fff, 3px 3px 10px #aaa; | ||
white-space: nowrap">LilyPond | white-space: nowrap">LilyPond Wiki</div> | ||
<div style="font-size: 1.25em">This is a place where you can find and contribute commented code snippets for the [https://lilypond.org/ GNU LilyPond] music typesetting program.</div> | <div style="font-size: 1.25em">This is a place where you can find and contribute commented code snippets for the [https://lilypond.org/ GNU LilyPond] music typesetting program.</div> | ||
In this wiki there are {{NUMBEROFARTICLES}} [[Special:AllPages|articles]] on {{NUMBEROFPAGES}} pages. | In this wiki there are {{NUMBEROFARTICLES}} [[Special:AllPages|articles]] on {{NUMBEROFPAGES}} pages. | ||
| Line 17: | Line 17: | ||
<div style="display: flex; text-align: left;" > | <div style="display: flex; text-align: left;" > | ||
{{User:Manuela/colored box|shade=g | {{User:Manuela/colored box|shade=g | ||
|header=What is | |header=What is LilyPond? | ||
|body=LilyPond is a ''compiled'' system: it is run on a text file describing the music. The resulting output is viewed on-screen or printed. In some ways, LilyPond is more similar to a programming language than graphical score editing software. | |body=LilyPond is a ''compiled'' system: it is run on a text file describing the music. The resulting output is viewed on-screen or printed. In some ways, LilyPond is more similar to a programming language than graphical score editing software. | ||
| Line 29: | Line 29: | ||
[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents What is Mediawiki?] [https://www.mediawiki.org/wiki/Differences_between_Wikipedia,_Wikimedia,_MediaWiki,_and_wiki What is the difference between Wikipedia, Wikimedia, MediaWiki, and wiki?] [[Help:Contributing|Here you can find help for editing]] in this Wiki, and here [https://en.wikipedia.org/wiki/Help:Menu/Editing%20Wikipedia help for editing in a Wiki] in general. | [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents What is Mediawiki?] [https://www.mediawiki.org/wiki/Differences_between_Wikipedia,_Wikimedia,_MediaWiki,_and_wiki What is the difference between Wikipedia, Wikimedia, MediaWiki, and wiki?] [[Help:Contributing|Here you can find help for editing]] in this Wiki, and here [https://en.wikipedia.org/wiki/Help:Menu/Editing%20Wikipedia help for editing in a Wiki] in general. | ||
[https://en.wikipedia.org/wiki/Help:Score Wikipedia] uses | [https://en.wikipedia.org/wiki/Help:Score Wikipedia] uses LilyPond. | ||
}} | }} | ||
</div> | </div> | ||
<div style="display: flex; text-align: left;" > | <div style="display: flex; text-align: left;" > | ||
{{User:Manuela/colored box|shade=b | {{User:Manuela/colored box|shade=b | ||
|header=LilyPond Snippet Repository | |header=What is the LilyPond Snippet Repository | ||
|body=The ''snippet repository'' contains (relatively short) samples of | |body=The ''snippet repository'' contains (relatively short) samples of LilyPond code for certain tasks. | ||
This samples should be well documented and compile as standalone. | This samples should be well documented and compile as standalone. | ||
| Line 43: | Line 43: | ||
Most snippets are set up to use the current stable LilyPond release 2.24 (the intended version is always shown in the snippet). To use a newer version, don't forget to call <code>convert-ly</code> on the snippet since the syntax might have changed! | Most snippets are set up to use the current stable LilyPond release 2.24 (the intended version is always shown in the snippet). To use a newer version, don't forget to call <code>convert-ly</code> on the snippet since the syntax might have changed! | ||
If you use a higher version of LilyPond then you must include the full version as <code><lilypond version="2.25.31"></code> | If you use a higher version of LilyPond then you must include the full version as <code style="-webkit-user-select: all; -ms-user-select: all; -moz-user-select: all; user-select: all"><lilypond version="2.25.31"></code> | ||
}} | }} | ||
{{User:Manuela/colored box|shade=p | {{User:Manuela/colored box|shade=p | ||