]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/grid-lines--changing-their-appearance.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / grid-lines--changing-their-appearance.ly
index abb031df093b1fbf27fb2d166a4b783351daf401..561a346a3f6d2b5ec6f1800a7a7f9e4dac4c4a06 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.6"
+\version "2.18.0"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -17,7 +17,6 @@ properties.
   doctitle = "Grid lines: changing their appearance"
 } % begin verbatim
 
-
 \score {
   \new ChoirStaff <<
     \new Staff {
@@ -49,7 +48,7 @@ properties.
       % set up grids
       \consists "Grid_point_engraver"
       % set the grid interval to one quarter note
-      gridInterval = #(ly:make-moment 1 4)
+      gridInterval = #(ly:make-moment 1/4)
     }
     \context {
       \Score