]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes images on examples page (Issue 3298)
authorPhil Holmes <mail@philholmes.net>
Tue, 9 Apr 2013 12:53:25 +0000 (13:53 +0100)
committerPhil Holmes <mail@philholmes.net>
Tue, 9 Apr 2013 13:07:10 +0000 (14:07 +0100)
Documentation/ly-examples/chart.ly
Documentation/ly-examples/tab-example.ly
Documentation/ly-examples/theory.ly

index 685d811ed3a8af1080555c5c237cf5b4d404afcf..bcf8fd7d2d4c7b996c5ee1c335cdd20e2f67ff95 100644 (file)
@@ -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 {
index 6030ab371c09e312a67bffbf34c31f42c12897c2..be2f8441bbe8da0e7a3708552932b9638fbd1e7c 100644 (file)
@@ -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))
          (- (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
index 082317705a9400e32d4516b7a3d54bc077d7cb9e..5dbe0da654ff9ab1036f92438a61e17f5499cefd 100644 (file)
@@ -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 {