]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/double-glissando.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / Documentation / snippets / double-glissando.ly
index 3e7abe79e2ebb17472d695b3f9f56547bc3aa2ed..316dc5fb00bfe068e550cce3414aaee4bc0d995e 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.29"
+\version "2.16.0"
 
 \header {
-  lsrtags = "expressive-marks, simultaneous-notes"
+  lsrtags = "contemporary-notation, expressive-marks, simultaneous-notes, workaround"
 
   texidoc = "
 To connect chords with glissando lines, attach a second glissando to a
@@ -14,6 +17,7 @@ hidden voice.
   doctitle = "Double glissando"
 } % begin verbatim
 
+
 \relative c {
   \clef bass
   <<
@@ -31,4 +35,3 @@ hidden voice.
     }
   >>
 }
-