]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/relative.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / relative.ly
index e5f0faea9bd6c654c459b78cab2ca925392a2c1a..e0ddf83a717173b5f33257c6081934e412eed347 100644 (file)
@@ -2,11 +2,11 @@
   texidoc = "Notes are entered using absolute octaves,
 octaves relative to the previous note, or relative to a fixed octave."
   }
-\version "2.19.20"
+\version "2.19.21"
 
 \new Staff {
-  \relative c'' { c4 g \absolute { c'' } e' \fixed c'' { g1 }}
-  \fixed c'' { c4 \fixed c' { g } c e \relative c''' { g1 } }
-  \clef bass \relative { c4 g c e g1 }
+  \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 }
 }