]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/glissandi-can-skip-grobs.ly
Issue 5167/5: Allow defining markup commands in LilyPond syntax
[lilypond.git] / Documentation / snippets / glissandi-can-skip-grobs.ly
index 91455572a5862afec231977780367394ea62f808..f9e7632cad75d005142db57ba4a1ec1171889980 100644 (file)
@@ -1,41 +1,23 @@
-% 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.12
-\version "2.15.12"
+%% 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 {
-%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3
-  texidoces = "
-Los objetos gráficos de columna de nota (los grobs @code{NoteColumn})
-pueden ser sobrepasados por los glissandos.
-
-"
-  doctitlees = "Glissando por debajo de un objeto gráfico"
-
-%% Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2
-  texidocde = "@code{NoteColumn}-Grobs können bei Glissandos übersprungen werden."
-  doctitlede = "Glissando kann Grobs überspringen"
+  lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
 
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-Un glissando peut sauter un objet @code{NoteColumn}.
+  texidoc = "
+@code{NoteColumn} grobs can be skipped over by glissandi.
 
 "
-  doctitlefr = "Glissando par dessus un objet graphique"
-
-  lsrtags = "expressive marks, staff-notation, tweaks-and-overrides"
   doctitle = "Glissandi can skip grobs"
-  texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
 } % begin verbatim
 
-
 \relative c' {
   a2 \glissando
-  \once \override NoteColumn #'glissando-skip = ##t
+  \once \override NoteColumn.glissando-skip = ##t
   f''4 d,
 }