]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-flag.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / slur-flag.ly
index 200595c373b6b4418345b88ba9c8b29aa17f6899..6f208e3a7ef5398886bfb6976cb3a7821f86f5d7 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Slurs take flag extents into account.
 "
 }
 
-\relative c'' {
+\relative {
   \stemUp
   \slurUp
-  b8( c)
+  b'8( c)
 }