]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-slides.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / guitar-slides.ly
index ad85eca0e8931030b31a1a4e52f94a1fd9d5bb64..c77388cf8796bf8b8046e65a0e2c66a4b5ccec1a 100644 (file)
@@ -1,34 +1,32 @@
-% 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.15.10
-\version "2.15.10"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
 
 \header {
   lsrtags = "fretted-strings"
 
   texidoc = "
 Unlike glissandos, slides may go from an imprecise point of the
-fretboard to a specific fret. A good way to do that is to add a grace
-hidden note before the note which is actually played, as demonstrated
-in the following example.
+fretboard to a specific fret. A good way to do this is to add a hidden
+grace note before the note which is actually played, as demonstrated in
+the following example.
+
 "
   doctitle = "Guitar slides"
 } % begin verbatim
 
-
 %% Hide fret number: useful to draw slide into/from a casual point of
 %% the fretboard.
 hideFretNumber = {
-  \once \override TabNoteHead #'transparent = ##t
-  \once \override NoteHead #'transparent = ##t
-  \once \override Stem #'transparent = ##t
-  \once \override Flag #'transparent = ##t
-  \once \override NoteHead #'no-ledgers = ##t
-  \once \override Glissando #'(bound-details left padding) = #0.3
+  \once \hide TabNoteHead
+  \once \hide NoteHead
+  \once \hide Stem
+  \once \override NoteHead.no-ledgers = ##t
+  \once \override Glissando.bound-details.left.padding = #0.3
 }
 
 music= \relative c' {