]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / tablature-string-tunings.ly
index d2be7f20ea8a08b960980d919ba7f61f2cdea828..8841ae47307b3eca483e7507a73078dd120df244 100644 (file)
@@ -6,10 +6,10 @@
 
 }
 
-\version "2.2.0"
+\version "2.3.4"
 
 \score  {
-    \notes \new TabStaff {
+     \new TabStaff {
        \set TabStaff.stringTunings = #'(5  10 15 20)
        \relative c''  { c4 d e f }
        }