]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index bdcd003141a58b1e582522afa9e4209623c31b5b..c7fbfb283c336d2a0a0274a97ec3537e663af6f0 100644 (file)
@@ -1,22 +1,24 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: pitches
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "pitches"
+ texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures. This may be
 altered by setting to \"false\" the printKeyCancellation property in
 the Staff context.
 " }
-
+% begin verbatim
 \relative {
-\key d \major
-a b cis d
-\key g \minor
-a bes c d
-\set Staff.printKeyCancellation = ##f
-\key d \major
-a b cis d
-\key g \minor
-a bes c d
+  \key d \major
+  a b cis d
+  \key g \minor
+  a bes c d
+  \set Staff.printKeyCancellation = ##f
+  \key d \major
+  a b cis d
+  \key g \minor
+  a bes c d
 }