Content deleted Content added
No edit summary
(2 intermediate revisions by the same user not shown)
Line 23:
== Testing LilyPond scores ==
 
<score soundvorbis="1" midi="1">\relative c'' { \time 4/4 \key c \major c4 g8 g a4 g r b^> c^> r \bar "|." } \addlyrics { Shave and a hair -- cut: two bits. }</score>
 
== Testing Syntax Highlighting ==
<syntaxhighlight lang="python" line>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
 
[[it:Utente:Johnrdorazio]]