]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-breaker-subsequent-spanner.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-breaker-subsequent-spanner.ly
index a7c9e8d28e3a6a978652c4014c384d1bb9b0f9ff..5776eadbac1e3cea95e49e40dea13a1002d6885e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "@code{\\breakDynamicSpan} shall only have an effect on the current
@@ -6,10 +6,10 @@ spanner, not on subsequent spanners.
 "
 }
 
-\relative c' {
+\relative {
   % Check that the effect of \breakDynamic span is only for the current
   % spanner and not for the following spanners, too.
-  c1\<\breakDynamicSpan c''
+  c'1\<\breakDynamicSpan c''
   c,,1\>
   f,1\p % <= the \> and the \p should be aligned!
 }