]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic-functions.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tablature-harmonic-functions.ly
index c09624bbc75677ffcb5feba66851a181ee8fb64b..aa1123aacf6675aa14853fa4fbbdbfb25c43d3a0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \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
       }
     }