]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / separating-key-cancellations-from-key-signature-changes.ly
index 396d00bb8f0aab9b92eef4879162b66352b7e745..044bd68e61879dd6c650fbfe4785b747a30c69e5 100644 (file)
@@ -1,6 +1,10 @@
-%% 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.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.13.1"
+\version "2.18.0"
 
 \header {
   lsrtags = "pitches, tweaks-and-overrides"
@@ -17,20 +21,20 @@ quoted lists of breakable items as elements.  This example only
 modifies the second list, moving @code{key-cancellation} before
 @code{staff-bar}; by modifying the second list, break alignment
 behavior only changes in the middle of a system, not at the beginning
-or the end. 
+or the end.
 
 "
   doctitle = "Separating key cancellations from key signature changes"
 } % begin verbatim
 
 \new Staff {
-  \override Score.BreakAlignment #'break-align-orders =
-    #'#((left-edge ambitus breathing-sign clef staff-bar
+  \override Score.BreakAlignment.break-align-orders =
+    ##((left-edge ambitus breathing-sign clef staff-bar
                    key-cancellation key-signature time-signature custos)
-      
+
         (left-edge ambitus breathing-sign clef key-cancellation
                    staff-bar key-signature time-signature custos)
-      
+
         (left-edge ambitus breathing-sign clef key-cancellation
                    key-signature staff-bar time-signature custos))