]> 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 77afb3cb349a3d28c51cf338fb6368d7e760c407..316dc5fb00bfe068e550cce3414aaee4bc0d995e 100644 (file)
@@ -1,9 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\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
@@ -13,6 +17,7 @@ hidden voice.
   doctitle = "Double glissando"
 } % begin verbatim
 
+
 \relative c {
   \clef bass
   <<
@@ -23,11 +28,10 @@ hidden voice.
       e2\glissando g
     }
     \\
-    { 
+    {
       % original voice with chords rearranged so that
       % glissando is attached to a & c
       <e a,>2\glissando <g c,>
     }
   >>
 }
-