]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/flags-in-scheme.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / flags-in-scheme.ly
index 23f2d563e5de11197e70ce0969c4cce13b403aa0..d18c1bef2dfc3d8244d2f52ed1542d55b48087ff 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "The 'stencil property of the Flag grob can be set to a custom
@@ -35,14 +35,14 @@ testnotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 c''8 d''1
     (ly:stencil-translate rotated-flag (cons (- (/ stem-width 2))  0))))
 
 {
-  \override Score.RehearsalMark #'self-alignment-X = #LEFT
+  \override Score.RehearsalMark.self-alignment-X = #LEFT
   \time 2/4
   \mark "Function: weight-flag (custom)"
-  \override Flag #'stencil = #weight-flag
+  \override Flag.stencil = #weight-flag
   \testnotes
 
   \mark "Function: inverted-flag (custom)"
-  \override Flag #'stencil = #inverted-flag
+  \override Flag.stencil = #inverted-flag
   \testnotes
 
 }