]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/relative.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / relative.ly
1 \header {
2   texidoc = "Notes are entered using absolute octaves,
3 octaves relative to the previous note, or relative to a fixed octave."
4   }
5 \version "2.19.21"
6
7 \new Staff {
8   \relative { c''4 g \absolute { c'' } e' \fixed c'' { g1 }}
9   \fixed c'' { c4 \fixed c' { g } c e \relative { g''1 } }
10   \clef bass \relative { c4 g c e g1 }
11   \fixed c { c4 g, c e g1 }
12 }