]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-tremolo-dots.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-tremolo-dots.ly
index 200e8b3b5d176959f8788c968e6d8336c9910042..b2fe61da275ae63b7bb357ce63981b44d8f8e272 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.11.51"
+\version "2.19.21"
 
 \header {
   texidoc = "Dots are added to tremolo notes if the durations involved require them."
 }
 
 \paper{ ragged-right = ##t }
-\score { \relative c' {
-        c8 \repeat "tremolo" 14 { c32 a32 } |
+\score { \relative {
+        c'8 \repeat "tremolo" 14 { c32 a32 } |
   }
-}
\ No newline at end of file
+}