]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/included/simple.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / Documentation / included / simple.ly
1 %% A simple piece in LilyPond, a scale.
2 \relative c' {
3   c d e f g a b c
4 }
5
6 %% Optional helper for automatic updating by convert-ly.  May be omitted.
7 \version "2.14.0"