]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / quote.ly
index eb349a88dd14b7006b50f85f8156ead102395b46..6f175b4eb5efe5821d670cc3de84d3daeaf574b6 100644 (file)
@@ -5,13 +5,13 @@
 music may be quoted. " 
 
 }
-\version "2.2.0"
+\version "2.3.4"
 
-\addquote bla \notes\relative c' {
+\addquote bla \relative c' {
     fis4 g a b }
 
 \score {
-    \notes \relative c'' {
+     \relative c'' {
        c8 d8 \quote bla 2 es8 gis  
     }
 }