]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-mod-context.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / context-mod-context.ly
index 02e98e43ea27a7c318ad5e5f739a875aa9e7932b..a3db629b51a2632577cca97cb62fef066ea63d4a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header  {
 texidoc = "Context modifications can be stored into a variable as a
@@ -9,10 +9,10 @@ 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 }
+music = \relative { \key fis \minor c''1 d e }
 
 \score { <<
     \new Staff { \music}
@@ -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