From: David Kastrup Date: Fri, 29 May 2015 10:15:06 +0000 (+0200) Subject: Run scripts/auxiliar/makelsr.py X-Git-Tag: release/2.19.22-1~68^2~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01cf27b0b2ef4625b7b7f023848df87bb1e4e382;p=lilypond.git Run scripts/auxiliar/makelsr.py --- diff --git a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly index 8ff1608b09..b39f9375c2 100644 --- a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly +++ b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly @@ -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 diff --git a/Documentation/snippets/non-traditional-key-signatures.ly b/Documentation/snippets/non-traditional-key-signatures.ly index de513d1681..dd06383aef 100644 --- a/Documentation/snippets/non-traditional-key-signatures.ly +++ b/Documentation/snippets/non-traditional-key-signatures.ly @@ -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 }