]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / separating-key-cancellations-from-key-signature-changes.ly
index 396d00bb8f0aab9b92eef4879162b66352b7e745..148699d7c5e3a4d08c1124104fe413bdd84824e1 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.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.1"
+\version "2.14.2"
 
 \header {
   lsrtags = "pitches, tweaks-and-overrides"
@@ -17,7 +21,7 @@ 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"
@@ -27,10 +31,10 @@ or the end.
   \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))