]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-mod-context.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / context-mod-context.ly
index 81241dc9821e18a5fcadde7411035ddaa83a460f..5f3bb9901bf98772c9f0f818d38e28365d0b24e3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header  {
 texidoc = "Context modifications can be stored into a variable as a
@@ -9,7 +9,7 @@ texidoc = "Context modifications can be stored into a variable as a
 ctxmod = \with {
   \remove "Time_signature_engraver"
   \consists "Ambitus_engraver"
-  \override StaffSymbol #'line-count = 4
+  \override StaffSymbol.line-count = 4
 }
 
 music = \relative c'' { \key fis \minor c1 d e }
@@ -20,7 +20,7 @@ music = \relative c'' { \key fis \minor c1 d e }
   \layout {
     \context { \Staff
       \ctxmod
-      \override NoteHead #'style = #'petrucci
+      \override NoteHead.style = #'petrucci
     }
   }
 }
@@ -31,8 +31,8 @@ music = \relative c'' { \key fis \minor c1 d e }
   >>
   \layout {
     \context { \Staff
-      \override StaffSymbol #'line-count = 3
-      \override NoteHead #'style = #'petrucci
+      \override StaffSymbol.line-count = 3
+      \override NoteHead.style = #'petrucci
     }
     % Should override the above definitions, but not reset others
     \context { \Staff