]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/double-glissando.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / double-glissando.ly
index 61f4fbcf925a2aa88b01e999698de32800f98f8a..a5a70fd771afa288c8eefd36d66c56456f881e40 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.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, simultaneous-notes"
+  lsrtags = "expressive-marks, workaround, simultaneous-notes, contemporary-notation"
 
   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
   <<
@@ -24,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,>
     }
   >>
 }
-