]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/page-label.ly
Include `freetype.hh' where appropriate.
[lilypond.git] / Documentation / snippets / page-label.ly
index 35533e7259c808adf30159c6eb1294fac0c6e102..727f9d4191aa3c18be1fdeaa2e48360011f509b4 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "spacing"
@@ -17,6 +17,7 @@ in markups.
   doctitle = "Page label"
 } % begin verbatim
 
+
 #(set-default-paper-size "a6")
 
 #(define-markup-command (toc-line layout props label text)
@@ -54,7 +55,7 @@ in markups.
       \mark "B" \label #'markB
       d2 d
       d2 d
-      \once \override Score.RehearsalMark #'break-visibility =
+      \once \override Score.RehearsalMark.break-visibility =
         #begin-of-line-invisible
       \mark "C" \label #'markC
     }