X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fgrid-lines--emphasizing-rhythms-and-notes-synchronization.ly;h=927ad32969f9f5ad323ae1e15cd643546699b771;hb=d01d7bd0752a3d141de5a1fb2905d30efbcd8970;hp=cd425b79cb2544611efe416778aa8ed5e7ff55fe;hpb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;p=lilypond.git diff --git a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly index cd425b79cb..927ad32969 100644 --- a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly +++ b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "editorial-annotations" @@ -31,10 +31,10 @@ this snippet. \new Staff { % hides staff and notes so that only the grid lines are visible \hideNotes - \override Staff.BarLine.transparent = ##t + \hide Staff.BarLine \override Staff.StaffSymbol.line-count = #0 - \override Staff.TimeSignature.transparent = ##t - \override Staff.Clef.transparent = ##t + \hide Staff.TimeSignature + \hide Staff.Clef % dummy notes to force regular note spacing \once \override Score.GridLine.thickness = #4.0 @@ -58,7 +58,7 @@ this snippet. \context { \Staff \consists "Grid_point_engraver" - gridInterval = #(ly:make-moment 1 8) + gridInterval = #(ly:make-moment 1/8) % set line length and positioning: % two staff spaces above center line on hidden staff % to four spaces below center line on visible staff