]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/included/simple.ly
5c7458f2a233efea92ca7c6f40f925c8645ef38d
[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.
7 %% May be omitted.
8 \version "2.16.0"