From c47d9a3ed064ea7c01aeb5dfd87aed9fdff3e35a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 17 Jan 2008 21:08:46 -0800 Subject: [PATCH] LSR: update. --- input/lsr/ambiti-multiple-voices.ly | 9 ++------- input/lsr/non-traditional-key-signatures.ly | 10 ++++------ ...g-printed-when-the-key-signature-changes.ly | 18 +++++++++--------- 3 files changed, 15 insertions(+), 22 deletions(-) diff --git a/input/lsr/ambiti-multiple-voices.ly b/input/lsr/ambiti-multiple-voices.ly index 7980ae7842..34abf48180 100644 --- a/input/lsr/ambiti-multiple-voices.ly +++ b/input/lsr/ambiti-multiple-voices.ly @@ -7,13 +7,7 @@ If you have multiple voices in a single staff and you want a single ambitus per staff rather than per voice, add the @code{Ambitus_engraver} to the @code{Staff} context rather than to the -@code{Voice} context. Therefore, in this example, one need to use - -@code{\\override Staff.Ambitus #'X-offset = #-1.0} - -to move the ambitus to the left. The same effect could also have been -achieved with @code{extra-offset}, but then the formatting system would -not reserve space for the moved object. +@code{Voice} context. " } % begin verbatim \new Staff \with { @@ -21,6 +15,7 @@ not reserve space for the moved object. } << \new Voice \relative c'' { + % eliminates collision \override Staff.Ambitus #'X-offset = #-1.0 \voiceOne c4 a d e f1 diff --git a/input/lsr/non-traditional-key-signatures.ly b/input/lsr/non-traditional-key-signatures.ly index 6464006a41..df5a0713d5 100644 --- a/input/lsr/non-traditional-key-signatures.ly +++ b/input/lsr/non-traditional-key-signatures.ly @@ -24,10 +24,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 +} diff --git a/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly index edb330d0bb..940713687e 100644 --- a/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -11,13 +11,13 @@ 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 } -- 2.39.5