]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Glossary: fix snippets for Clef.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 18 Sep 2009 20:16:17 +0000 (21:16 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 18 Sep 2009 20:16:17 +0000 (21:16 +0100)
* correct 'line-break-system-details for fixed distance staves

Documentation/music-glossary.tely

index 83364e4c36e593fa4ef0fa1171acf47c15bc35e5..3fd3eb9f1b4010edf0aefe1e964bf2525575dd6a 100644 (file)
@@ -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 {