]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / tie-grace.ly
index 49205ed924f22d9fa335f90bb5aec1ef51b4ff16..c8d2f2f4fc52d476fd9fa7378334b26057785f33 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
     texidoc = "Tieing a grace to the to a following grace or main note works."
 }
 
     \paper { raggedright= ##t }
 
-\score { \notes \context Voice \relative c'' {
+\score {  \context Voice \relative c'' {
     c4 \grace { c8 ~ c16 ~ } c4 
   }
 }