]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index 5b6a92d89fc9fc36a2b56c10f4b216161d51635d..a953b878e142e9100923d4517a12e4f7e6b9b3d2 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.2.0"
+\version "2.3.4"
 
 \header {
 texidoc = "Crescendi may start off-notes, however, they should  not collapse into flat lines."
 }
 
-\score { \notes { \context  Voice { 
+\score {  { \context  Voice { 
   << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }}