\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 {
\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 {
}
\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