]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-breaker-subsequent-spanner.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-alignment-breaker-subsequent-spanner.ly
index f2a397188cbdbac4b6b66ac7a8f9d98e2c1b29d1..5776eadbac1e3cea95e49e40dea13a1002d6885e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.7"
+\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!
 }