]> 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 dfae5326466634028b8059d6f2848be1c3869922..a5a70fd771afa288c8eefd36d66c56456f881e40 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\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
@@ -17,6 +17,7 @@ hidden voice.
   doctitle = "Double glissando"
 } % begin verbatim
 
+
 \relative c {
   \clef bass
   <<
@@ -34,4 +35,3 @@ hidden voice.
     }
   >>
 }
-