Folk real book: Difference between revisions
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 | |||
< | <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> |