]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py,
authorJürgen Reuter <j@web.de>
Mon, 14 Mar 2005 01:30:45 +0000 (01:30 +0000)
committerJürgen Reuter <j@web.de>
Mon, 14 Mar 2005 01:30:45 +0000 (01:30 +0000)
Documentation/user/lilypond-book.itely: added music fragment
option "packed" to lilypond-book

* Documentation/user/instrument-notation.itely: Bugfix: added
missing LedgerLineSpanner color setting in several places.  Added
music fragment option "packed" to VaticanaContext example.

ChangeLog
Documentation/user/instrument-notation.itely
Documentation/user/lilypond-book.itely
scripts/lilypond-book.py

index e8faab92ede6597685f71beadda055ea34e1d524..67b1cbf243b8a768845949f57f1aff0960fb865b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * ly/engraver-init.ly: added FIXME comment
 
+       * scripts/lilypond-book.py,
+       Documentation/user/lilypond-book.itely: added music fragment
+       option "packed" to lilypond-book
+
+       * Documentation/user/instrument-notation.itely: Bugfix: added
+       missing LedgerLineSpanner color setting in several places.  Added
+       music fragment option "packed" to VaticanaContext example.
+
 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/define-grobs.scm (all-grob-descriptions): switch off
index b98a4e346a11dbee7b56385a0856668ac7123497..1af1186f95927d5c66b2a8a2b204122b247a528a 100644 (file)
@@ -2462,6 +2462,7 @@ Editio Vaticana style.
 \score {
   \context VaticanaVoice {
     \override Staff.StaffSymbol #'color = #red
+    \override Staff.LedgerLineSpanner #'color = #red
     \override TextScript #'font-family = #'typewriter
     \override TextScript #'font-shape = #'upright
     \override Script #'padding = #-0.1
@@ -3666,12 +3667,13 @@ initialize all relevant context properties and grob properties to
 proper values, so you can immediately go ahead entering the chant, as
 the following excerpt demonstrates
 
-@lilypond[quote,raggedright,verbatim]
+@lilypond[quote,raggedright,packed,verbatim]
 \include "gregorian-init.ly"
 \score {
   <<
     \context VaticanaVoice = "cantus" {
       \override Staff.StaffSymbol #'color = #red
+      \override Staff.LedgerLineSpanner #'color = #red
       \override Score.BarNumber #'transparent = ##t {
         \[ c'\melisma c' \flexa a \]
         \[ a \flexa \deminutum g\melismaEnd \]
index eb51c8ee3252317695eb8b61c45d3c924451fcda..d7472027d5746d2125bfb3becd329053d5b1b631 100644 (file)
@@ -412,6 +412,10 @@ It is also the default for the @code{lilypond} environment if the
 @code{fragment} option is set, and no line width is explicitly
 specified.
 
+@item packed
+Produce lines with packed spacing (i.e., @code{packed = ##t} is added
+to the LilyPond snippet).
+
 @item linewidth
 @itemx linewidth=@var{size}\@var{unit}
 Set line width to @var{size}, using @var{unit} as units.  @var{unit} is
index 559a08012e031fba7121b10bc30e3eeccd018425..58ad1d30686edea60ea77a8879cc897361a810ad 100644 (file)
@@ -135,6 +135,7 @@ NOTES = 'body'
 NOTIME = 'notime'
 OUTPUT = 'output'
 OUTPUTIMAGE = 'outputimage'
+PACKED = 'packed'
 PAPER = 'paper'
 PREAMBLE = 'preamble'
 PRINTFILENAME = 'printfilename'
@@ -401,6 +402,8 @@ ly_options = {
                QUOTE: r'''linewidth = %(linewidth)s - 2.0 * %(exampleindent)s''',
 
                RAGGEDRIGHT: r'''raggedright = ##t''',
+
+               PACKED: r'''packed = ##t''',
        },
 
        ##