]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index ef328cffaee092861cf0517d010c8d520213a183..efdb0eb54f27061a86df366198ec303cc3adbf29 100644 (file)
@@ -1,12 +1,14 @@
-\version "1.3.146"
+\version "2.14.0"
 
 \header {
-texidoc = "Crescendi may start off-notes. In that case, they should  not collapse into flat lines."
+texidoc = "Crescendi may start off-notes, however, they should  not collapse into flat lines."
 }
+\layout { ragged-right = ##t}
 
-\score { \notes { \context  Voice { 
-  < f''1 { s4 s4 \< \! s4 \> \! s4 } >
-}}
 
-\paper { linewidth = -1. }
+\context  Voice { 
+  << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }
+
+
+