From 0dd62de1d97c78e9724ca298ee417550d17aaf6b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Thu, 16 Apr 2009 22:35:04 +0100 Subject: [PATCH] LSR: Update. --- input/lsr/positioning-grace-notes-with-floating-space.ly | 2 -- input/lsr/printing-bar-numbers-at-regular-intervals.ly | 4 ++-- input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly | 4 +--- input/lsr/redefining-grace-note-global-defaults.ly | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/input/lsr/positioning-grace-notes-with-floating-space.ly b/input/lsr/positioning-grace-notes-with-floating-space.ly index 5068f62997..0b38eadef4 100644 --- a/input/lsr/positioning-grace-notes-with-floating-space.ly +++ b/input/lsr/positioning-grace-notes-with-floating-space.ly @@ -28,5 +28,3 @@ the) graces are put left of the musical columns for the main notes. } >> } - - diff --git a/input/lsr/printing-bar-numbers-at-regular-intervals.ly b/input/lsr/printing-bar-numbers-at-regular-intervals.ly index d0411a7ca9..1041ca6bce 100644 --- a/input/lsr/printing-bar-numbers-at-regular-intervals.ly +++ b/input/lsr/printing-bar-numbers-at-regular-intervals.ly @@ -8,7 +8,7 @@ texidoc = " Bar numbers can be printed at regular intervals by setting the property @code{barNumberVisibility}. Here the bar numbers are printed every two -measures except at the end of the line. +measures except at the end of the line. " doctitle = "Printing bar numbers at regular intervals" @@ -21,7 +21,7 @@ measures except at the end of the line. \bar "" % Print a bar number every second measure \set Score.barNumberVisibility = #(every-nth-bar-number-visible 2) - c1 | c | c | c | c + c1 | c | c | c | c \break c1 | c | c | c | c } diff --git a/input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly b/input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly index 0f30c0928c..24dafb8010 100644 --- a/input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly +++ b/input/lsr/printing-bar-numbers-inside-boxes-or-circles.ly @@ -8,13 +8,11 @@ texidoc = " Bar numbers can also be printed inside boxes or circles. - - " doctitle = "Printing bar numbers inside boxes or circles" } % begin verbatim -\relative c'{ +\relative c' { % Prevent bar numbers at the end of a line and permit them elsewhere \override Score.BarNumber #'break-visibility = #end-of-line-invisible \set Score.barNumberVisibility = #(every-nth-bar-number-visible 4) diff --git a/input/lsr/redefining-grace-note-global-defaults.ly b/input/lsr/redefining-grace-note-global-defaults.ly index 49950650a4..c0c63378f8 100644 --- a/input/lsr/redefining-grace-note-global-defaults.ly +++ b/input/lsr/redefining-grace-note-global-defaults.ly @@ -11,7 +11,7 @@ The global defaults for grace notes are stored in the identifiers @code{startAcciaccaturaMusic}, @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic} and @code{stopAppoggiaturaMusic}, which are defined in the file @code{ly/grace-init.ly}. By redefining them -other effects may be obtained. +other effects may be obtained. " doctitle = "Redefining grace note global defaults" -- 2.39.5