From fa329333117f60d7d81da442a11ac6fed90ecd26 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Tue, 9 Apr 2013 13:53:25 +0100 Subject: [PATCH] Fixes images on examples page (Issue 3298) --- Documentation/ly-examples/chart.ly | 4 ++-- Documentation/ly-examples/tab-example.ly | 9 +-------- Documentation/ly-examples/theory.ly | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Documentation/ly-examples/chart.ly b/Documentation/ly-examples/chart.ly index 685d811ed3..bcf8fd7d2d 100644 --- a/Documentation/ly-examples/chart.ly +++ b/Documentation/ly-examples/chart.ly @@ -27,8 +27,8 @@ harmonies = \chordmode { } text = \lyricmode { - My eyes are dim, I can -- not see, - I have not brought my specs with me! + My eyes are __ dim, I can -- not see, + I have not __ brought my specs with me! } \score { diff --git a/Documentation/ly-examples/tab-example.ly b/Documentation/ly-examples/tab-example.ly index 6030ab371c..be2f8441bb 100644 --- a/Documentation/ly-examples/tab-example.ly +++ b/Documentation/ly-examples/tab-example.ly @@ -1,7 +1,5 @@ \version "2.17.6" -#(set-global-staff-size 22.45) - #(define (glissando::calc-extra-dy grob) (let* ((original (ly:grob-original grob)) (left-bound (ly:spanner-bound original LEFT)) @@ -14,11 +12,6 @@ (- (ly:pitch-alteration right-pitch) (ly:pitch-alteration left-pitch)) 0 ))) -\paper { - indent= #0 - line-width= #180 -} - upper= \relative c' { \time 4/4 \key e \major @@ -43,7 +36,7 @@ lower= \relative c { } \score { - \new StaffGroup << + \new StaffGroup \with {instrumentName = #"Guitar" } << \new Staff = "guitar" << \context Voice = "upper guitar" { \clef "G_8" \voiceOne diff --git a/Documentation/ly-examples/theory.ly b/Documentation/ly-examples/theory.ly index 082317705a..5dbe0da654 100644 --- a/Documentation/ly-examples/theory.ly +++ b/Documentation/ly-examples/theory.ly @@ -2,12 +2,12 @@ \include "example-header.ily" #(ly:set-option 'point-and-click #f) +#(set-global-staff-size 24) global = { \time 4/4 \numericTimeSignature \key c \major - #(set-global-staff-size 24) } cf = \relative c { -- 2.39.2