]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / tuplet-gap.ly
index e673f8cc395d44a54fa6813f20b09a73d9939fb7..6ddc3a97b5379807a0e1df1ad85031d3f8148d61 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.2.0"
+\version "2.3.4"
 
 \paper {
    indent = 0.0\mm
@@ -13,7 +13,7 @@
 }
 
 \score{
-    \notes \relative c'' {
+     \relative c'' {
        \set tupletNumberFormatFunction = #fraction-tuplet-formatter
        \times  17/12  { c8 c4 c8 c8}
        }