]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/non-traditional-key-signatures.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / non-traditional-key-signatures.ly
index 6464006a41ae456f4e9bbade7f6a34f1460afcec..fd57c48b66b63cee7f0f8277be52cd1c1afd555d 100644 (file)
@@ -1,9 +1,10 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: pitches, staff-notation
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "pitches, staff-notation"
+ texidoc = "
 The commonly used @code{\\key} command sets the @code{keySignature}
 property, in the @code{Staff} context. However, non-standard key
 signatures can be specified by setting this property directly. The
@@ -24,10 +25,8 @@ whole-tone scale:
 " }
 % begin verbatim
 \relative c' {
-           \new Staff {
-             \set Staff.keySignature =
-               #`(((0 .  3) . ,SHARP) ((0 . 5) . ,FLAT) ((0 . 6) . ,FLAT))
-             c d e fis aes bes c2
-           }
-         }
+  \set Staff.keySignature =
+    #`(((0 .  3) . ,SHARP) ((0 . 5) . ,FLAT) ((0 . 6) . ,FLAT))
+  c d e fis aes bes c2
+}