]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index cc53f1317d54968196639e6940e715036716bc43..9b2eed583bec1bd7766464e0f112fd9f296dcc49 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.16"
+\version "2.12.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 %%
+
+
+