]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic-functions.ly
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / input / regression / tablature-harmonic-functions.ly
index 84f90da1bcbfb98feb6abc1a9259d0023234e853..ff6b3868efdee4c0f09f2f9c1e9fc7612d0e1ba3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.42"
+\version "2.15.23"
 
 \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
       }
     }