]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-mod-context.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / context-mod-context.ly
index 5f3bb9901bf98772c9f0f818d38e28365d0b24e3..a3db629b51a2632577cca97cb62fef066ea63d4a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.21"
 
 \header  {
 texidoc = "Context modifications can be stored into a variable as a
@@ -12,7 +12,7 @@ ctxmod = \with {
   \override StaffSymbol.line-count = 4
 }
 
-music = \relative c'' { \key fis \minor c1 d e }
+music = \relative { \key fis \minor c''1 d e }
 
 \score { <<
     \new Staff { \music}