]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/test-output-distance.ly
Add regression test add-grace-property.ly for issue 3505
[lilypond.git] / input / regression / test-output-distance.ly
index 84bb5773d79e43579d15c11374d3a2047f675e9a..ef10b57f9c629175c4c93db2c5ce05b14dc6924a 100644 (file)
@@ -5,7 +5,7 @@ it should always show up in the output-distance testing. "
 
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
 
 #(define time (gettimeofday))
@@ -18,5 +18,7 @@ it should always show up in the output-distance testing. "
   ragged-right = ##f
 }
 
-\relative { c4 d f8_\f[ g-.] }
+\new PianoStaff << \new Staff \relative c' { c4 d f8_\f[ g-.] r4 }
+                  \new Staff { \clef "bass" R1 }
+               >>