mNo edit summary
Tag: visualeditor
No edit summary
Tags: wikieditor visualeditor-switched
Line 1: Line 1:
This page uses lilypond notation [https://lilypond.org/doc/v2.21/Documentation/notation-big-page] to write songs
This page uses lilypond notation [https://lilypond.org/doc/v2.21/Documentation/notation-big-page] to write songs using this extension [https://www.mediawiki.org/wiki/Extension:Score]
Writing in this notation


<score sound="1">\relative c' { f d f a d f e d cis a cis e a g f e }</score>
<syntaxhighlight lang="lilypond">
<score>
\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>
</syntaxhighlight>
 
yields to:
<score>
\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>

Revision as of 15:11, 17 March 2023

This page uses lilypond notation [1] to write songs using this extension [2] Writing in this notation

<score>
\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>

yields to:


\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. }