From d7d0ddec1ca365caa1ed4753b9fdc094d1740134 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 28 Dec 2006 19:50:00 -0800 Subject: [PATCH] Info from NEWS. --- Documentation/user/advanced-notation.itely | 9 +++++++++ Documentation/user/basic-notation.itely | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 0d91a8ecf7..ad05abff27 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -2120,6 +2120,7 @@ teaching tools in addition to great musical scores. * Analysis brackets:: * Coloring objects:: * Parentheses:: +* Grid lines:: @end menu @node Balloon help @@ -2413,3 +2414,11 @@ This only functions inside chords, even for single notes @end example +@node Grid lines +@subsection Grid lines + +Vertical lines can be drawn between staves synchronized with +the notes. + +Examples: @inputfileref{input/@/regression,grid@/-lines@/.ly}. + diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index e488f69269..342fe01ae7 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1746,6 +1746,24 @@ in every context, and that type is determined by the property @internalsref{systemStartDelimiter}. +@commonprop + +System start delimiters may be deeply nested, + +@lilypond[quote,ragged-right,verbatim] +\new StaffGroup +\relative << + \set StaffGroup.systemStartDelimiterHierarchy + = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) + \new Staff { c1 } + \new Staff { c1 } + \new Staff { c1 } + \new Staff { c1 } + \new Staff { c1 } +>> +@end lilypond + + @node Staff symbol @subsection Staff symbol -- 2.39.5