]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/relative.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / relative.ly
diff --git a/input/regression/relative.ly b/input/regression/relative.ly
new file mode 100644 (file)
index 0000000..e0ddf83
--- /dev/null
@@ -0,0 +1,12 @@
+\header {
+  texidoc = "Notes are entered using absolute octaves,
+octaves relative to the previous note, or relative to a fixed octave."
+  }
+\version "2.19.21"
+
+\new Staff {
+  \relative { c''4 g \absolute { c'' } e' \fixed c'' { g1 }}
+  \fixed c'' { c4 \fixed c' { g } c e \relative { g''1 } }
+  \clef bass \relative { c4 g c e g1 }
+  \fixed c { c4 g, c e g1 }
+}