]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / hairpin-ending.ly
index 76640a9f66eace1c024e85c9365512a9ecb3af9e..26a66fd6936260ebd731228c4724c817983f1ce1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 
 \header {
 
@@ -11,7 +11,7 @@ into them."
 
 
 \score {
-\notes \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
+ \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
 \paper { raggedright = ##t} 
 }