X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fmusic-glossary.tely;h=b86c367d34a31a0bd38faa8d1d4e636a7771cf77;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=f772b3df2317bbef9e95de3b5eefafbed3ae94be;hpb=e8b68d8a878a0ee0381719230cf911dbcefa168d;p=lilypond.git diff --git a/Documentation/music-glossary.tely b/Documentation/music-glossary.tely index f772b3df23..b86c367d34 100644 --- a/Documentation/music-glossary.tely +++ b/Documentation/music-glossary.tely @@ -19,7 +19,7 @@ terms used in the documentation manuals for LilyPond version @c file: Documentation/user/glossary.texi @macro copyrightDeclare -Copyright @copyright{} 1999--2014 by the authors +Copyright @copyright{} 1999--2015 by the authors @end macro @set FDL @@ -3893,17 +3893,17 @@ the parallel minor scale, or the incomplete dominant seventh chord. ((thick (* (magstep font-size) (ly:output-def-lookup layout 'line-thickness))) (underline-thick (* thickness thick)) - (markup (interpret-markup layout props arg)) - (x1 (car (ly:stencil-extent markup X))) - (x2 (cdr (ly:stencil-extent markup X))) - (y1 (car (ly:stencil-extent markup Y))) - (y2 (cdr (ly:stencil-extent markup Y))) + (m (interpret-markup layout props arg)) + (x1 (car (ly:stencil-extent m X))) + (x2 (cdr (ly:stencil-extent m X))) + (y1 (car (ly:stencil-extent m Y))) + (y2 (cdr (ly:stencil-extent m Y))) (dx (* extension (- x2 x1))) (dy (* extension (- y2 y1))) (line (make-line-stencil underline-thick (- x1 dx) (- y1 dy) (+ x2 dx) (+ y2 dy)))) - (ly:stencil-add markup line))) + (ly:stencil-add m line))) << { 1 @@ -5614,7 +5614,7 @@ theme or subject. @lilypond[quote,line-width=13.0\cm] \score{ \relative c'' { - \set Score.implicitTimeSignatureVisibility = #all-invisible + \set Score.initialTimeSignatureVisibility = #all-invisible \override Score.TimeSignature #'break-visibility = #all-invisible \time 4/4 \key g \major