From 5d2f7b57472f94cb725d05743aee4644dd108718 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 22 Mar 2008 09:31:37 -0700 Subject: [PATCH] Update from Jay. --- Documentation/user/editorial.itely | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index 5662464763..8dbea4c589 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -432,19 +432,19 @@ notes. \layout { \context { \Staff - \consists "Grid_point_engraver" % sets up grids - gridInterval = #(ly:make-moment 1 4) + \consists "Grid_point_engraver" % this sets the grid interval to 1 quarternote (crotchet) - } + gridInterval = #(ly:make-moment 1 4) + } } \new Score \with { - \consists "Grid_line_span_engraver" %% by default this centers grid lines horizontally below and to the % left side of the notehead, the grid lines extend from % the middle lines of each staff -} + \consists "Grid_line_span_engraver" + } \new ChoirStaff << \new Staff { @@ -472,17 +472,15 @@ To change the grid lines use \override. \context { \Staff \consists "Grid_point_engraver" - % sets up grids - gridInterval = #(ly:make-moment 1 4) - % this sets the grid interval to 1 quarternote (crotchet) - } + gridInterval = #(ly:make-moment 1 4) + } } \new Score \with { \consists "Grid_line_span_engraver" - \override NoteColumn #'X-offset = #-0.5 % this moves them to the right half a staff space -} + \override NoteColumn #'X-offset = #-0.5 + } \new ChoirStaff << \new Staff { @@ -493,8 +491,8 @@ To change the grid lines use \override. } \new Staff { \relative c { - \override Score.GridLine #'extra-offset = #'( 0.0 . 1.0 ) % this moves them up one staff space from the default position + \override Score.GridLine #'extra-offset = #'( 0.0 . 1.0 ) \stemDown \clef bass \once \override Score.GridLine #'thickness = #5.0 -- 2.39.5