]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index a9410f9c161feae60430d679b494980b0aa46a67..d0234386f126d15bd56898b521576c60ae1164dc 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.18"
+\version "2.10.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 { raggedright = ##t}
+\context  Voice { 
+  << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }
-%% new-chords-done %%
+
+
+