]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
LSR: local update
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index 737deea49e29ae4a0e8a6238b5516dbb3b6cb74d..8babc678bd2dbfb1765f8b510082d3544816fbad 100644 (file)
@@ -1,11 +1,14 @@
-% Do not edit this file; it is automatically
+% DO NOT EDIT this file manually; it is automatically
 % generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
 % This file is in the public domain.
-%% Note: this file works from version 2.13.36
-\version "2.13.40"
+%% Note: this file works from version 2.14.0
+\version "2.15.10"
 
 \header {
-%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
 
 
   texidoces = "
@@ -35,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
 }