]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic-functions.ly
Issue 4732: Add TeX engine changeability for auto-detect of lilypond-book
[lilypond.git] / input / regression / tablature-harmonic-functions.ly
index 84f90da1bcbfb98feb6abc1a9259d0023234e853..9cb31cf1afe343102e0d17b7f535d0feeaf136c9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.42"
+\version "2.17.30"
 
 \header {
   texidoc = "
@@ -35,9 +35,8 @@ test = {
 \score {
   <<
     \new Staff {
-      \new Voice {
+      \new Voice \with { \omit StringNumber } {
         \clef "treble_8"
-        \override Voice.StringNumber #'transparent = ##t
         \test
       }
     }