]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/grid-lines--changing-their-appearance.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / grid-lines--changing-their-appearance.ly
index abb031df093b1fbf27fb2d166a4b783351daf401..254a266304f0467cf319f06072150e209cab3341 100644 (file)
@@ -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.11"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -49,7 +49,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