]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/tab-example.ly
Fixes images on examples page (Issue 3298)
[lilypond.git] / Documentation / ly-examples / tab-example.ly
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