]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-volta-repeat.ly
index a24e2e15381243447eb5f6d44a470c8b8013820f..b19a9a7c5fc5f9602a7d2b7458f94a33599f1436 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.28"
 
 \header {
 
@@ -13,8 +13,8 @@
 
 \relative c''{\key a \minor \time 2/4
              \repeat "volta" 2 {
-               \grace {  a16[ b] }  c4 c4  |
-               \grace {  d16[ b] } c4 c4 |
+               \grace {  a16 b }  c4 c4  |
+               \grace {  d16 b } c4 c4 |
                
              }
            }