]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic-functions.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-harmonic-functions.ly
index c09624bbc75677ffcb5feba66851a181ee8fb64b..3c838764c0353ed64b449242caefb4c1ac1a53d6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
   texidoc = "
@@ -35,9 +35,8 @@ test = {
 \score {
   <<
     \new Staff {
-      \new Voice {
+      \new Voice \with { \override StringNumber.stencil = ##f } {
         \clef "treble_8"
-        \override Voice.StringNumber #'transparent = ##t
         \test
       }
     }