]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
15 years agoFix indents in scm/auto-beam.scm
Carl Sorensen [Mon, 8 Dec 2008 13:53:41 +0000 (06:53 -0700)]
Fix indents in scm/auto-beam.scm

15 years agoDocs: NR 1.7 Text: Review
Trevor Daniels [Sun, 30 Nov 2008 22:45:49 +0000 (22:45 +0000)]
Docs: NR 1.7 Text: Review

 - Apply (some) formatting policy
 - Add example of two-column markup

15 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sun, 30 Nov 2008 22:10:33 +0000 (23:10 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

15 years agos/ly:font-load/ly:system-font-load/.
Werner Lemberg [Sun, 30 Nov 2008 22:09:32 +0000 (23:09 +0100)]
s/ly:font-load/ly:system-font-load/.

Clarify documentation w.r.t. system fonts.

Remove code for TeX support which is no longer supported.

15 years agoDocs: NR 2.8 Ancient: Fourth round
Eyolf Oestrem [Sun, 30 Nov 2008 21:36:35 +0000 (21:36 +0000)]
Docs: NR 2.8 Ancient: Fourth round

15 years agoMusicXML: Add section title to key sig regtests
Reinhold Kainhofer [Sun, 30 Nov 2008 20:39:16 +0000 (21:39 +0100)]
MusicXML: Add section title to key sig regtests

15 years agoMusicXML: Remove debug output
Reinhold Kainhofer [Sun, 30 Nov 2008 20:34:55 +0000 (21:34 +0100)]
MusicXML: Remove debug output

15 years agoMusicXML: Add support for microtone (pitches and key signatures)
Reinhold Kainhofer [Sun, 30 Nov 2008 19:56:42 +0000 (20:56 +0100)]
MusicXML: Add support for microtone (pitches and key signatures)

15 years agoMusicXML: Implement general key signatures
Reinhold Kainhofer [Sun, 30 Nov 2008 18:11:34 +0000 (19:11 +0100)]
MusicXML: Implement general key signatures

-) convert key signatures with <key-step>, <key-alter> and <key-octave>
   to the keySignature alist of the form ((( octave . step)|step . alter)
-) Semitone-key signatures are not yet working

15 years agoMusicXML: Implement the symbol attribute of time signatures
Reinhold Kainhofer [Sun, 30 Nov 2008 16:46:04 +0000 (17:46 +0100)]
MusicXML: Implement the symbol attribute of time signatures

-) Fix time keeping (i.e. use the cached value for the current time sig
   and thus the current measure length!): revert to
   self.get_named_attribute ('time')
-) Implement single-digit time signatures
-) Implement C vs. numeric time signatures; Change the signature style
   to '() only if a C or C/ would be printed (i.e. 2/2 or 4/4).
   By default, MusicXML uses numeric signatures (style '()), while
   LilyPond's default is 'C, so we have to add some manual overrides
   in those cases of 2/2 or 4/4 where no symbol is given in the
   MusicXML file

15 years agoDocs: NR 1.7 Text: Review
Trevor Daniels [Sun, 30 Nov 2008 10:29:02 +0000 (10:29 +0000)]
Docs: NR 1.7 Text: Review

 - Add font-size to example

 - Remove mention of text-font-size

   This property does not seem useful, at least
   for end-users.  It can be used to override
   the default reference size of 12 in \abs-fonsize,
   but this seems singularly useless.

15 years agoFix Mac line terminations
Trevor Daniels [Sun, 30 Nov 2008 10:11:00 +0000 (10:11 +0000)]
Fix Mac line terminations

15 years agoRemove empty line after @seealso.
Werner Lemberg [Sun, 30 Nov 2008 07:15:40 +0000 (08:15 +0100)]
Remove empty line after @seealso.

Otherwise we have excessive vertical space in the PDF output.
This is an unfortunate side effect of the @seealso macro.

15 years agoMusicXML: First steps towards implementing general compound time signatures
Reinhold Kainhofer [Sun, 30 Nov 2008 01:21:58 +0000 (02:21 +0100)]
MusicXML: First steps towards implementing general compound time signatures

-) correctly parse compound time signatures and senza-misura signatures.
   as a side-effect, crashes on these signatures have been fixed, too.
-) correctly create the time signature change event
-) switch measure length from (num, den) to a Rational
-) Add test cases for general compound time signatures

15 years agoMusicXML: Use better durations in test case
Reinhold Kainhofer [Sun, 30 Nov 2008 01:18:54 +0000 (02:18 +0100)]
MusicXML: Use better durations in test case

15 years agoMusicXML: Fix typo in comment
Reinhold Kainhofer [Sat, 29 Nov 2008 20:51:55 +0000 (21:51 +0100)]
MusicXML: Fix typo in comment

15 years agoMusicXML: Implement elisions (multiple lyrics syllables assigned to one note)
Reinhold Kainhofer [Sat, 29 Nov 2008 19:20:33 +0000 (20:20 +0100)]
MusicXML: Implement elisions (multiple lyrics syllables assigned to one note)

15 years agoMusicXML: Implement notehead styles and parenthesized notes
Reinhold Kainhofer [Sat, 29 Nov 2008 18:16:32 +0000 (19:16 +0100)]
MusicXML: Implement notehead styles and parenthesized notes

15 years agoMusicXML: Add testcase for lyrics on chorded notes
Reinhold Kainhofer [Sat, 29 Nov 2008 18:15:29 +0000 (19:15 +0100)]
MusicXML: Add testcase for lyrics on chorded notes

15 years agoMusicXML: Remove debug output
Reinhold Kainhofer [Sat, 29 Nov 2008 18:14:50 +0000 (19:14 +0100)]
MusicXML: Remove debug output

15 years agoImprove debugging layout.
Werner Lemberg [Sat, 29 Nov 2008 17:43:19 +0000 (18:43 +0100)]
Improve debugging layout.

15 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sat, 29 Nov 2008 17:27:44 +0000 (18:27 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

15 years agoUse `_f' consequently only for strings with arguments.
Werner Lemberg [Sat, 29 Nov 2008 17:04:46 +0000 (18:04 +0100)]
Use `_f' consequently only for strings with arguments.

15 years agoIR: doc AccidentalPlacement creation (Accidental_engraver/Ambitus_engraver).
Neil Puttock [Sat, 29 Nov 2008 16:23:12 +0000 (16:23 +0000)]
IR: doc AccidentalPlacement creation (Accidental_engraver/Ambitus_engraver).

15 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sat, 29 Nov 2008 15:54:05 +0000 (16:54 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

15 years agoFix file permissions.
Werner Lemberg [Sat, 29 Nov 2008 15:51:52 +0000 (16:51 +0100)]
Fix file permissions.

15 years agoCorrect doc string for automaticBars.
Neil Puttock [Sat, 29 Nov 2008 15:04:55 +0000 (15:04 +0000)]
Correct doc string for automaticBars.

15 years agoTypo.
Werner Lemberg [Sat, 29 Nov 2008 11:28:20 +0000 (12:28 +0100)]
Typo.

15 years agoAdd @endpredefined everywhere.
Werner Lemberg [Sat, 29 Nov 2008 08:11:05 +0000 (09:11 +0100)]
Add @endpredefined everywhere.

15 years agoTypo.
Werner Lemberg [Sat, 29 Nov 2008 07:34:30 +0000 (08:34 +0100)]
Typo.

15 years agoSynchronize with user/macros.itexi.
Werner Lemberg [Sat, 29 Nov 2008 07:33:42 +0000 (08:33 +0100)]
Synchronize with user/macros.itexi.

15 years agoIntroduce @endpredefined.
Werner Lemberg [Sat, 29 Nov 2008 07:31:31 +0000 (08:31 +0100)]
Introduce @endpredefined.

Fix @funindex as a preparation for using texi2html to expand macros.
Note that both makeinfo and texi2dvi are buggy currently and can't do
what we need :-(  We have to wait until texi2html is in shape so that
it can replace `makeinfo -E ...'.  Right now, it has some syntax issues
which prevents it, but the maintainer is already going to fix them.

Formatting issues; adding some comments.

15 years agoLSR: Update.
Neil Puttock [Thu, 27 Nov 2008 23:00:49 +0000 (23:00 +0000)]
LSR: Update.

15 years agoMerge branch 'ralph'
Carl Sorensen [Thu, 27 Nov 2008 19:59:43 +0000 (12:59 -0700)]
Merge branch 'ralph'

15 years agoIndexing of tweaks.itely by Ralph Palmer
Carl Sorensen [Thu, 27 Nov 2008 19:56:25 +0000 (12:56 -0700)]
Indexing of tweaks.itely by Ralph Palmer

15 years agoDocs: NR 2.1.5 Stanzas: Fix ignoreMelismata
Trevor Daniels [Tue, 25 Nov 2008 08:35:40 +0000 (08:35 +0000)]
Docs: NR 2.1.5 Stanzas: Fix ignoreMelismata

 - remove need to place ignoreMelismata one syllable
   early - this is no longer necessary

15 years agoAdd dashed and dotted phrasing slurs
Till Paala [Sun, 23 Nov 2008 09:59:58 +0000 (11:59 +0200)]
Add dashed and dotted phrasing slurs

*Add definitions to property-init.ly
*Add regression test
*Update to the documentation

15 years agoIndex unfretted-strings.itely, by Ralph Palmer
Carl Sorensen [Sun, 23 Nov 2008 13:22:11 +0000 (06:22 -0700)]
Index unfretted-strings.itely, by Ralph Palmer

15 years agoDocs: NR 1.7 Text: Review
Trevor Daniels [Sun, 23 Nov 2008 12:38:47 +0000 (12:38 +0000)]
Docs: NR 1.7 Text: Review

 - minor editorial changes

15 years agoDocs: NR 1.7 Editorial: Add 'add-stem-support snippet
Trevor Daniels [Sun, 23 Nov 2008 11:37:11 +0000 (11:37 +0000)]
Docs: NR 1.7 Editorial: Add 'add-stem-support snippet

15 years agoLSR: Update.
Neil Puttock [Sun, 23 Nov 2008 00:16:48 +0000 (00:16 +0000)]
LSR: Update.

15 years agoDocs: use lists for nested overrides.
Neil Puttock [Sat, 22 Nov 2008 23:40:28 +0000 (23:40 +0000)]
Docs: use lists for nested overrides.

15 years agoDocs-es: automatically update snippets
John Mandereau [Sat, 22 Nov 2008 19:33:14 +0000 (20:33 +0100)]
Docs-es: automatically update snippets

15 years agoDocs: update PO msgids
John Mandereau [Sat, 22 Nov 2008 19:23:11 +0000 (20:23 +0100)]
Docs: update PO msgids

15 years agoDocs: update translations status
John Mandereau [Sat, 22 Nov 2008 19:22:25 +0000 (20:22 +0100)]
Docs: update translations status

15 years agoDocs: fix translations checking
John Mandereau [Sat, 22 Nov 2008 19:19:53 +0000 (20:19 +0100)]
Docs: fix translations checking

15 years agoDocs: hack HTML gettextization again
John Mandereau [Sat, 22 Nov 2008 19:04:38 +0000 (20:04 +0100)]
Docs: hack HTML gettextization again

Section titles which contain @-commands are still not translated in
<title>, because there is no way to guess them easily in HTML output;
this will remain broken until we drop 'makeinfo --html' support and
translate node names only in the source.

15 years agoDoc-es: fix compilation
John Mandereau [Sat, 22 Nov 2008 19:04:10 +0000 (20:04 +0100)]
Doc-es: fix compilation

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 22 Nov 2008 19:02:19 +0000 (20:02 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoMore tweakable percent repeat glyphs.
Neil Puttock [Sat, 22 Nov 2008 17:19:18 +0000 (17:19 +0000)]
More tweakable percent repeat glyphs.

- use grob properties for dot_neg_kern and slash_neg_kern.

15 years agoAllow for nested properties in list form when using \override.
Neil Puttock [Sat, 22 Nov 2008 17:03:20 +0000 (17:03 +0000)]
Allow for nested properties in list form when using \override.

This patch provides a convenient way of overriding nested properties,
matching the syntax available when using \revert, e.g.,

 \override DynamicTextSpanner #'(bound-details left text) = #"foo"

15 years agoUse scm_to_int64/from_int64 for Rational/SCM conversions.
Neil Puttock [Sat, 22 Nov 2008 16:42:29 +0000 (16:42 +0000)]
Use scm_to_int64/from_int64 for Rational/SCM conversions.

Also use I64 in moment.cc, moment-scheme.cc and duration-scheme.cc.

15 years agoDocs: NR 1.6 Staff: Review
Trevor Daniels [Sat, 22 Nov 2008 10:00:09 +0000 (10:00 +0000)]
Docs: NR 1.6 Staff: Review

 - minor editorial improvements only

15 years agoAdd missing interfaces in define-grobs.scm
Neil Puttock [Sat, 22 Nov 2008 00:05:38 +0000 (00:05 +0000)]
Add missing interfaces in define-grobs.scm

15 years agoNR 4.4 Vertical spacing: use \book { } for explicit spacing examples.
Neil Puttock [Fri, 21 Nov 2008 22:21:19 +0000 (22:21 +0000)]
NR 4.4 Vertical spacing: use \book { } for explicit spacing examples.

This ensures that the spacing between systems isn't lost.

15 years agoExamples for vertical spacing: Reduce number of measures per line so that they don...
Maximilian Albert [Fri, 21 Nov 2008 09:43:05 +0000 (10:43 +0100)]
Examples for vertical spacing: Reduce number of measures per line so that they don't break due to the short line length

15 years agoMusicXML: Implement conversion of non-standard tuplet numbers and note types
Reinhold Kainhofer [Fri, 21 Nov 2008 21:26:24 +0000 (22:26 +0100)]
MusicXML: Implement conversion of non-standard tuplet numbers and note types

15 years agoMusicXML: extract note duration log and nr of dots in one function
Reinhold Kainhofer [Fri, 21 Nov 2008 21:25:58 +0000 (22:25 +0100)]
MusicXML: extract note duration log and nr of dots in one function

15 years agoMusicXML: Fix regtest
Reinhold Kainhofer [Fri, 21 Nov 2008 21:24:19 +0000 (22:24 +0100)]
MusicXML: Fix regtest

That one should not hide its bracket!

15 years agoMusicXML: Implement different styles of tuplet brackets and numbers
Reinhold Kainhofer [Thu, 20 Nov 2008 18:07:05 +0000 (19:07 +0100)]
MusicXML: Implement different styles of tuplet brackets and numbers

Curved brackets are not yet working...

15 years agoMusicXML: Implement after-grace notes
Reinhold Kainhofer [Fri, 7 Nov 2008 19:22:40 +0000 (20:22 +0100)]
MusicXML: Implement after-grace notes

also convert all grace notes at the end of a measure to after-graces, otherwise
they won't appear at all...

15 years agoMusicXML: Fix problem with tuplets without a number attribute
Reinhold Kainhofer [Thu, 20 Nov 2008 23:52:16 +0000 (00:52 +0100)]
MusicXML: Fix problem with tuplets without a number attribute

Also add regtest for this case

15 years agoDoc-es: Corrections to Fundamental.
Francisco Vila [Wed, 19 Nov 2008 20:02:15 +0000 (21:02 +0100)]
Doc-es: Corrections to Fundamental.

15 years agoDoc-de: update staff.itely translation
Till Paala [Wed, 19 Nov 2008 18:24:48 +0000 (20:24 +0200)]
Doc-de: update staff.itely translation

15 years agoDoc-es: Typos.
Francisco Vila [Wed, 19 Nov 2008 10:19:53 +0000 (11:19 +0100)]
Doc-es: Typos.

15 years agoFix Mac line terminations
Trevor Daniels [Wed, 19 Nov 2008 09:14:16 +0000 (09:14 +0000)]
Fix Mac line terminations

15 years agoDoc: Typos.
Francisco Vila [Wed, 19 Nov 2008 09:00:13 +0000 (10:00 +0100)]
Doc: Typos.

15 years agoWhitespace issues.
Werner Lemberg [Wed, 19 Nov 2008 06:42:13 +0000 (07:42 +0100)]
Whitespace issues.

Add some missing escape characters to abc2ly.py.

15 years agoDoc-es: Various updates from master.
Francisco Vila [Wed, 19 Nov 2008 00:42:26 +0000 (01:42 +0100)]
Doc-es: Various updates from master.

15 years agoTypo.
Neil Puttock [Wed, 19 Nov 2008 00:03:38 +0000 (00:03 +0000)]
Typo.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Tue, 18 Nov 2008 23:39:13 +0000 (00:39 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDoc-es: update translations status
Francisco Vila [Tue, 18 Nov 2008 23:35:55 +0000 (00:35 +0100)]
Doc-es: update translations status

15 years agoDoc-es: Update after Removing Trailing Spaces In English Docs.
Francisco Vila [Tue, 18 Nov 2008 23:31:05 +0000 (00:31 +0100)]
Doc-es: Update after Removing Trailing Spaces In English Docs.

15 years agoNR 1.2 Repeats: add snippet for repeatCountVisibility.
Neil Puttock [Tue, 18 Nov 2008 23:23:38 +0000 (23:23 +0000)]
NR 1.2 Repeats: add snippet for repeatCountVisibility.

15 years agoLSR: Update.
Neil Puttock [Tue, 18 Nov 2008 23:05:38 +0000 (23:05 +0000)]
LSR: Update.

15 years agoDoc-es: Update of Tweaks.
Francisco Vila [Tue, 18 Nov 2008 23:01:49 +0000 (00:01 +0100)]
Doc-es: Update of Tweaks.

15 years agoNews entry for repeatCountVisibility.
Neil Puttock [Tue, 18 Nov 2008 22:43:01 +0000 (22:43 +0000)]
News entry for repeatCountVisibility.

15 years agoDocument new double repeats and related barline type.
Neil Puttock [Tue, 18 Nov 2008 22:14:23 +0000 (22:14 +0000)]
Document new double repeats and related barline type.

15 years agoMusicXML: Make tuplet detection work a bit better with nested tuplets
Reinhold Kainhofer [Tue, 18 Nov 2008 21:44:15 +0000 (22:44 +0100)]
MusicXML: Make tuplet detection work a bit better with nested tuplets

At least the script now detects the correct boundaries for nested
tuplets. It does not, however, correctly group the notes. For this,
the code needs to be substantially changed...

15 years agoVersion updates in input/regression & input/new.
Neil Puttock [Tue, 18 Nov 2008 21:39:06 +0000 (21:39 +0000)]
Version updates in input/regression & input/new.

15 years agoBump version.
Neil Puttock [Tue, 18 Nov 2008 21:28:07 +0000 (21:28 +0000)]
Bump version.

15 years agoMusicXML: Test case for nested tuplets
Reinhold Kainhofer [Tue, 18 Nov 2008 21:25:36 +0000 (22:25 +0100)]
MusicXML: Test case for nested tuplets

15 years agoMusicXML: Fix single-note tuplets (e.g. on tremolo notes)
Reinhold Kainhofer [Tue, 18 Nov 2008 20:49:46 +0000 (21:49 +0100)]
MusicXML: Fix single-note tuplets (e.g. on tremolo notes)

Also remove duplicate code block

15 years agoMusicXML: Implement support for transposed instruments
Reinhold Kainhofer [Tue, 18 Nov 2008 19:19:21 +0000 (20:19 +0100)]
MusicXML: Implement support for transposed instruments

We simply need to take the <transpose> attribute and determine
the correct sounding pitch from the chromatic tag (adjust it
enharmonically if an explicit diatonic shift is given)...

15 years agoMusicXML: Add a way to force a pitch output to be in absolute pitch
Reinhold Kainhofer [Tue, 18 Nov 2008 19:16:19 +0000 (20:16 +0100)]
MusicXML: Add a way to force a pitch output to be in absolute pitch

Even when we convert in relative pitch mode, some pitches will still
need to be written out in absolute pitch. Examples are the arguments
of \transposition or \transpose...

15 years agoMusicXML: Add function to dump a whole XML node tree recursively
Reinhold Kainhofer [Tue, 18 Nov 2008 19:15:32 +0000 (20:15 +0100)]
MusicXML: Add function to dump a whole XML node tree recursively

15 years agoFix missing volta bracket edge when using new double repeats.
Neil Puttock [Tue, 18 Nov 2008 19:15:27 +0000 (19:15 +0000)]
Fix missing volta bracket edge when using new double repeats.

- add missing repeat strings to test for no vertical bracket ending.

15 years agoMusicXML: Better description of mid-measure barline regtest
Reinhold Kainhofer [Tue, 18 Nov 2008 15:23:19 +0000 (16:23 +0100)]
MusicXML: Better description of mid-measure barline regtest

15 years agoFix compilation (qutoes need to be escaped...)
Reinhold Kainhofer [Tue, 18 Nov 2008 15:22:59 +0000 (16:22 +0100)]
Fix compilation (qutoes need to be escaped...)

15 years agoAdd documentation of the ":" and "dashed" bar line types.
Mats Bengtsson [Tue, 18 Nov 2008 09:39:37 +0000 (10:39 +0100)]
Add documentation of the ":" and "dashed" bar line types.

15 years agoDocs: NR 1.2 Rhythms: Convert inline to snippet
Trevor Daniels [Tue, 18 Nov 2008 09:00:45 +0000 (09:00 +0000)]
Docs: NR 1.2 Rhythms: Convert inline to snippet

 - the last one, and the last TODO!

15 years agoMerge branch 'origin'
Han-Wen Nienhuys [Tue, 18 Nov 2008 02:47:13 +0000 (00:47 -0200)]
Merge branch 'origin'

Conflicts:

input/regression/musicxml/GNUmakefile

15 years agoFix Mac line terminations
Trevor Daniels [Mon, 17 Nov 2008 15:38:52 +0000 (15:38 +0000)]
Fix Mac line terminations

15 years agoMusicXML: For notes/rests w/o type, use <duration> to calculate proper length
Reinhold Kainhofer [Mon, 17 Nov 2008 14:50:56 +0000 (15:50 +0100)]
MusicXML: For notes/rests w/o type, use <duration> to calculate proper length

15 years agoMusicXML: distribute *.broken too. release/2.11.64-1
Han-Wen Nienhuys [Mon, 17 Nov 2008 02:39:09 +0000 (00:39 -0200)]
MusicXML: distribute *.broken too.

15 years agoBook parts: \bookpart implementation
Nicolas Sceaux [Sun, 16 Nov 2008 22:32:33 +0000 (23:32 +0100)]
Book parts: \bookpart implementation

Book parts aim at splitting a book into several parts, in order to be
able to use eg. different page breaking functions, or to make the page
breaking problem less difficult and more likely to finish.

- Book and Paper_book instances respectively are nestable: children
  book or paper_book are added to the bookparts_ slot;

- the paper_ slot of a child Book (or Book_paper) is created empty,
  and has its parent set to the paper object of the parent Book (or
  Paper_book), so that default paper properties are got from the
  higher level paper object, and child objects only store part-wide
  overrides. This way, we ensure that fonts are loaded in the higher
  level paper object, so that the output framework can get all the
  loaded fonts from the top level book;

- a Paper_book::top_paper() method is added to access the higher level
  paper object, to access properties that are book-wide, for instance
  the table used to store labels and page numbers;

- in the parser, \bookpart blocks are introduced, which can be used at
  toplevel, or inside a \book block. It can contain the same things as
  \book blocks (except \bookpart blocks, though that would be
  possible). The associated handlers are added.

- in header and footer markups, the following predicates can be used
  to determine if a page is the first or the last one in a book part:
  part-first-page, part-last-page.

15 years agoNested book parts: documentation
Nicolas Sceaux [Sun, 16 Nov 2008 22:18:38 +0000 (23:18 +0100)]
Nested book parts: documentation

15 years agolilypond-book: Don't replace @@lilypondversion...
Reinhold Kainhofer [Sun, 16 Nov 2008 20:28:48 +0000 (21:28 +0100)]
lilypond-book: Don't replace @@lilypondversion...

15 years agoDocs: Add @lilypondversion feature of lilypond-book to the documentation
Reinhold Kainhofer [Sun, 16 Nov 2008 20:24:34 +0000 (21:24 +0100)]
Docs: Add @lilypondversion feature of lilypond-book to the documentation

15 years agoLSR: Sort *.snippet-list files (lys-to-tely no longer sorts them!)
Reinhold Kainhofer [Sun, 16 Nov 2008 19:52:03 +0000 (20:52 +0100)]
LSR: Sort *.snippet-list files (lys-to-tely no longer sorts them!)