]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-to-barline-mark.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
index 488ae8bc80cdb1d1481bb6968a9937de3ac88070..96871debc5f0e733908a8eadb678529ac5f7acae 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.11.12"
-\paper { ragged-right = ##t }
+\version "2.19.21"
+
 \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\< |
+\new Staff \relative {
+  c'1\<
   \mark "Very long mark"
-  c4\> c c c\! |
+  c4\> c c c\!
 }