]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/working.itely
Merge commit 'ce4b499'
[lilypond.git] / Documentation / user / working.itely
index 242ce1f5d39a9b0b9037da700fd41c20092e750f..94d43b171d09d5c742f27cb8e7a2a1ecfb5a433a 100644 (file)
@@ -379,7 +379,7 @@ tempoMark = #(define-music-function (parser location markp) (string?)
 @end lilypond
 
 That looks better, but let's make a few changes.  The glissando is hard
-to see, so let's make it thicker and closer to the noteheads.  Let's
+to see, so let's make it thicker and closer to the note heads.  Let's
 put the metronome marking above the clef, instead of over the first
 note.  And finally, my composition professor hates @q{C} time signatures,
 so we'd better make that @q{4/4} instead.
@@ -536,7 +536,7 @@ file with @code{\include "../global.ly"}, which contains
 
 @example
 %%%   global.ly
-\version "2.11.23"
+\version "2.11.38"
 #(ly:set-option 'point-and-click #f)
 \include "../init/init-defs.ly"
 \include "../init/init-layout.ly"