]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
LSR: local update
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index a8946c23755c1ea30a9f1ba86ee44c93d5f07325..8babc678bd2dbfb1765f8b510082d3544816fbad 100644 (file)
@@ -5,10 +5,10 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.14.0
-\version "2.14.0"
+\version "2.15.10"
 
 \header {
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
 
 
   texidoces = "
@@ -38,7 +38,8 @@ in the following example.
 hideFretNumber = {
   \once \override TabNoteHead #'transparent = ##t
   \once \override NoteHead #'transparent = ##t
-  \once \override Stem #'transparent = ##t
+  \once \override Stem #'transparent = ##t \once \override Flag #'transparent = ##t
+  \once \override Flag #'transparent = ##t
   \once \override NoteHead #'no-ledgers = ##t
   \once \override Glissando #'(bound-details left padding) = #0.3
 }