From 01cf27b0b2ef4625b7b7f023848df87bb1e4e382 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 29 May 2015 12:15:06 +0200 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- ...g-an-object-invisible-with-the-transparent-property.ly | 8 ++++---- Documentation/snippets/non-traditional-key-signatures.ly | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 } -- 2.39.2