]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-glissandi-breakable.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / making-glissandi-breakable.ly
index f5a486e0fcb2586c6713060ad297ec6c52b81ffe..d469078f5dde38ecc37f9fe565f2d10056acbd57 100644 (file)
@@ -1,34 +1,32 @@
-% 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.16.0
-\version "2.16.0"
+%% 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 {
   lsrtags = "staff-notation, tweaks-and-overrides"
 
   texidoc = "
 Setting the @code{breakable} property to @code{#t} in combination with
-@code{after-line-breaking} allows a glissando to break if it occurs
-at a line break:
-"
+@code{after-line-breaking} allows a glissando to break if it occurs at
+a line break:
 
+"
   doctitle = "Making glissandi breakable"
 } % begin verbatim
 
-
 glissandoSkipOn = {
-  \override NoteColumn #'glissando-skip = ##t
-  \override NoteHead #'transparent = ##t
-  \override NoteHead #'no-ledgers = ##t
+  \override NoteColumn.glissando-skip = ##t
+  \hide NoteHead
+  \override NoteHead.no-ledgers = ##t
 }
 
 \relative c'' {
-  \override Glissando #'breakable = ##t
-  \override Glissando #'after-line-breaking = ##t
+  \override Glissando.breakable = ##t
+  \override Glissando.after-line-breaking = ##t
   f1\glissando |
   \break
   a4 r2. |