]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Fri, 29 May 2015 10:15:06 +0000 (12:15 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 29 May 2015 13:08:20 +0000 (15:08 +0200)
Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Documentation/snippets/non-traditional-key-signatures.ly

index 8ff1608b09eff34b55c3d9e6ebd180b6cd52db91..b39f9375c24b1f2c054106f2d11a5ab3e1bc433a 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.19.2
-\version "2.19.2"
+%% Note: this file works from version 2.19.21
+\version "2.19.21"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -27,13 +27,13 @@ in that voice, the tie appears to cross voices.
 } % begin verbatim
 
 
-\relative c'' {
+\relative {
   \time 2/4
   <<
     {
       \once \hide Stem
       \once \override Stem.length = #8
-      b8 ~ 8\noBeam
+      b'8 ~ 8\noBeam
       \once \hide Stem
       \once \override Stem.length = #8
       g8 ~ 8\noBeam
index de513d1681cfb3972fb32442bc6cbfbd52b43930..dd06383aefef42a30cbae9f9f4e6d3b9de7f4a76 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.19.7
-\version "2.19.7"
+%% Note: this file works from version 2.19.21
+\version "2.19.21"
 
 \header {
   lsrtags = "contemporary-notation, pitches, really-cool, staff-notation, version-specific"
@@ -43,10 +43,10 @@ whole-tone scale:
 
 
 
-\relative c' {
+\relative {
   \set Staff.keyAlterations = #`((6 . ,FLAT)
                                  (5 . ,FLAT)
                                  (3 . ,SHARP))
-  c4 d e fis
+  c'4 d e fis
   aes4 bes c2
 }