]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
Direction #-1 to #down.
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index c92d7fa00302261b55320e57f0d8274e4a2333b9..3c5be6ac3be2fe75a6de2b7926e44be71f2ae730 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.5.68"
+\version "2.6.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."
 }
 
-\score { \notes { \context  Voice { 
-  < f''1 { s4 s4 \< \! s4 \> \! s4 } >
-}}
-
-\paper { linewidth = -1. }
+\context  Voice { 
+  << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }
+
+\layout { raggedright = ##t}
+