From 786083941557d40acf9ec1920e89e0e02f3981e6 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 18 Sep 2009 21:16:17 +0100 Subject: [PATCH] Docs: Glossary: fix snippets for Clef. * correct 'line-break-system-details for fixed distance staves --- Documentation/music-glossary.tely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/music-glossary.tely b/Documentation/music-glossary.tely index 83364e4c36..3fd3eb9f1b 100644 --- a/Documentation/music-glossary.tely +++ b/Documentation/music-glossary.tely @@ -1907,7 +1907,7 @@ the top line high F: \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 1) \override NonMusicalPaperColumn - #'line-break-system-details = #'((alignment-offsets . (3 0 -3 -6))) + #'line-break-system-details = #'((alignment-distances . (3 3))) \override BarLine #'stencil = ##f } \context { @@ -1968,7 +1968,7 @@ have been selected: \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 2 1) \override NonMusicalPaperColumn - #'line-break-system-details = #'((alignment-offsets . (3 0 -3 -6))) + #'line-break-system-details = #'((alignment-distances . (3 3))) \override BarLine #'stencil = ##f } \context { @@ -2031,7 +2031,7 @@ shown below, where the notes show an arpeggio on a C major chord. \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 2 1) \override NonMusicalPaperColumn - #'line-break-system-details = #'((alignment-offsets . (0 -3 -6))) + #'line-break-system-details = #'((alignment-distances . (3 3))) \override BarLine #'stencil = ##f } \context { -- 2.39.5