]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-to-barline-mark.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
index 488ae8bc80cdb1d1481bb6968a9937de3ac88070..1933641b2ba2d78ea9550e8787fe1f5302060f31 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.11.12"
-\paper { ragged-right = ##t }
+\version "2.11.51"
+
 \header {
 
-  texidoc = "hairpinToBarline is not confused by very long marks."
+  texidoc = "'to-barline is not confused by very long marks."
 
 }
 
 \new Staff \relative c' {
-  c1\< |
+  c1\<
   \mark "Very long mark"
-  c4\> c c c\! |
+  c4\> c c c\!
 }