]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-overrides.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / quote-overrides.ly
index 3c72a3fbb15b5811176c2e093c0faa2a7160db40..4f6bbe8e07a5a0e1004fcdff53200531060c8b22 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "The @code{\\quoteDuring} command shall also quote correctly all
   @code{'(StreamEvent)}, everything should be quoted."
 }
 
-mus = \relative c' {
-  % Acciaccaturas contain a slur and  \override Flag #'stroke-style
+mus = \relative {
+  % Acciaccaturas contain a slur and  \override Flag.stroke-style
   % Thus, we're checking \override here
-  c4 \acciaccatura d8 c4
+  c'4 \acciaccatura d8 c4
   % Checking \set and \unset
   \set fontSize = #6 f
   \unset fontSize f |
 
   \set autoBeaming = ##f
   % Checking \once \override
-  \once \override Stem #'thickness = #8.0 d8
+  \once \override Stem.thickness = #8.0 d8
   % Checking two overrides
-  \override Stem #'thickness = #8.0 \override Flag #'stroke-style = "grace"
+  \override Stem.thickness = #8.0 \override Flag.stroke-style = "grace"
   d8
   % reverting one of them
-  \revert Stem #'thickness d8
+  \revert Stem.thickness d8
   % and the other
-  \revert Flag #'stroke-style c8
+  \revert Flag.stroke-style c8
 
   % checking tweaks
-  c2-\tweak #'color #red ->
+  c2-\tweak color #red ->
 }
 \addQuote "music" \mus