]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
15 years agoFix typo in convert-ly.
Neil Puttock [Thu, 13 Nov 2008 20:36:27 +0000 (20:36 +0000)]
Fix typo in convert-ly.

15 years agoLSR: Update.
Neil Puttock [Thu, 13 Nov 2008 17:55:53 +0000 (17:55 +0000)]
LSR: Update.

15 years agoWhen LINK_GXX_STATICALLY=yes, use CC (ie, [*-*-]gcc) for linking. Fixes --enable...
Jan Nieuwenhuizen [Thu, 13 Nov 2008 10:09:03 +0000 (11:09 +0100)]
When LINK_GXX_STATICALLY=yes, use CC (ie, [*-*-]gcc) for linking.  Fixes --enable-static-c++.

15 years agoMusicXML: Add regtest for elements between the individual notes of a chord
Reinhold Kainhofer [Wed, 12 Nov 2008 22:00:47 +0000 (23:00 +0100)]
MusicXML: Add regtest for elements between the individual notes of a chord

This is currently broken in musicxml2ly: The elements are always placed
after the note or assigned to the next following note, respectively :(

15 years agoDocs: correcting my disregard to the rule
Jean-Charles Malahieude [Wed, 12 Nov 2008 18:52:08 +0000 (19:52 +0100)]
Docs: correcting my disregard to the rule

In section "Warning: key signatures and pitches",
the example was erroneous, speaking of the first line,
but positionning in the top linespace.

Only solution to be concise in all languages, an obey to the rule:
change the pitch.

15 years agoMusicXML: Regtest for graces on a measure end (=> turned into after graces)
Reinhold Kainhofer [Wed, 12 Nov 2008 15:40:52 +0000 (16:40 +0100)]
MusicXML: Regtest for graces on a measure end (=> turned into after graces)

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 i18n of one particular message
Reinhold Kainhofer [Fri, 7 Nov 2008 19:21:14 +0000 (20:21 +0100)]
MusicXML: Fix i18n of one particular message

15 years agoMusicXML: Regtest for multi-voice piece with mid-measure clef change and chords
Reinhold Kainhofer [Fri, 7 Nov 2008 19:20:20 +0000 (20:20 +0100)]
MusicXML: Regtest for multi-voice piece with mid-measure clef change and chords

15 years agoMusicXML: Fix FiguredBass (I forgot to assign the current clock tick)
Reinhold Kainhofer [Wed, 12 Nov 2008 14:12:00 +0000 (15:12 +0100)]
MusicXML: Fix FiguredBass (I forgot to assign the current clock tick)

15 years agoPYTHON-CONFIG: also strip -m* and =. Thanks Werner!
Jan Nieuwenhuizen [Wed, 12 Nov 2008 13:55:40 +0000 (14:55 +0100)]
PYTHON-CONFIG: also strip -m* and =.  Thanks Werner!

15 years agoTrim lilylib.py datadir stuff
John Mandereau [Wed, 12 Nov 2008 10:20:02 +0000 (11:20 +0100)]
Trim lilylib.py datadir stuff

15 years agoMusicXML: Minor change: Add TODO comment and Fix regtest title
Reinhold Kainhofer [Tue, 11 Nov 2008 23:22:02 +0000 (00:22 +0100)]
MusicXML: Minor change: Add TODO comment and Fix regtest title

15 years agoMusicXML: handle harmony and direction after inserting bar checks
Reinhold Kainhofer [Tue, 11 Nov 2008 23:17:21 +0000 (00:17 +0100)]
MusicXML: handle harmony and direction after inserting bar checks

Harmony and Direction elements should come AFTER the bar check, since
they already start the new measure and count as the first element.

15 years agoMusicXML: Correctly handle bar checks with attributes and MM rests
Reinhold Kainhofer [Tue, 11 Nov 2008 23:13:25 +0000 (00:13 +0100)]
MusicXML: Correctly handle bar checks with attributes and MM rests

-) Put the bar line BEFORE the attribute
-) Add Bar checks around MM rests (of course not inside MM rests!)
-) If we have a MM rest, globally set Score.skipBars=##t
-) Don't print a bar check at the very beginning of a score

15 years agoMusicXML: Print the position where an unexpected tag appeared
Reinhold Kainhofer [Tue, 11 Nov 2008 22:09:08 +0000 (23:09 +0100)]
MusicXML: Print the position where an unexpected tag appeared

15 years agoMusicXML: Keep track of time sig; Print MM rests in multiples of time sig
Reinhold Kainhofer [Tue, 11 Nov 2008 22:07:05 +0000 (23:07 +0100)]
MusicXML: Keep track of time sig; Print MM rests in multiples of time sig

15 years agoMusicXML: Only print out the bar number if we really have a bar number
Reinhold Kainhofer [Tue, 11 Nov 2008 22:06:35 +0000 (23:06 +0100)]
MusicXML: Only print out the bar number if we really have a bar number

15 years agoMusicXML: Fix notes that end a slur and start a slur at the same time
Reinhold Kainhofer [Tue, 11 Nov 2008 20:50:50 +0000 (21:50 +0100)]
MusicXML: Fix notes that end a slur and start a slur at the same time

15 years agoFigured Bass: Break extender line if we have a different augmentation/diminished
Reinhold Kainhofer [Tue, 21 Oct 2008 21:36:25 +0000 (23:36 +0200)]
Figured Bass: Break extender line if we have a different augmentation/diminished

So far, an extender line was only broken when a figure had a different
alteration (+,-,!), but not if it had a different augmentation (\\, \+
or /). This patch also stores the state of the other modifiers and
breaks the extender if they change.

15 years agoPython lilylib: remove path insertion of @lilypond_datadir@/python
John Mandereau [Tue, 11 Nov 2008 15:57:55 +0000 (16:57 +0100)]
Python lilylib: remove path insertion of @lilypond_datadir@/python

The removed line was not necessary for installed Python scripts, which
sets Python path through the relocation preamble, and it wrongly made
non-installed scripts try to load installed Python modules instead of
modules in $(top-build-dir)/python/$(outconfbase).

15 years agoDocs-fr: update master tely files
John Mandereau [Tue, 11 Nov 2008 12:33:08 +0000 (13:33 +0100)]
Docs-fr: update master tely files

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Tue, 11 Nov 2008 12:23:48 +0000 (13:23 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoDocs: LM 4 Tweaks: index examples (part II)
Trevor Daniels [Tue, 11 Nov 2008 09:50:53 +0000 (09:50 +0000)]
Docs: LM 4 Tweaks: index examples (part II)

15 years agoAdd some includes for makeinfo. Fixes build of documentation.
Jan Nieuwenhuizen [Mon, 10 Nov 2008 18:26:23 +0000 (19:26 +0100)]
Add some includes for makeinfo.  Fixes build of documentation.

LANG= makeinfo --enable-encoding -I./out-www --output=out-www/lilypond-internals.info out-www/lilypond-internals.texi
out-www/lilypond-internals.texi:12: @include `macros.itexi': No such file or directory.
out-www/lilypond-internals.texi:858: Unknown command `q'.
...
out-www/lilypond-internals.texi:8910: Misplaced {.
out-www/lilypond-internals.texi:8910: Misplaced }.
Too many errors!  Gave up.
make[7]: *** [out-www/lilypond-internals.info] Error 1
make[7]: Leaving directory `/home/janneke/vc/gub/target/linux-64/build/lilypond-git.sv.gnu.org--lilypond.git-master/Documentation/user'
make[6]: *** [WWW-1] Error 2

15 years agoDoc-de: update of tutorial.itely
Till Paala [Mon, 10 Nov 2008 18:22:36 +0000 (20:22 +0200)]
Doc-de: update of tutorial.itely

15 years agoDoc-de: update of de.po 1
Till Paala [Mon, 10 Nov 2008 18:04:56 +0000 (20:04 +0200)]
Doc-de: update of de.po 1

15 years agoMerge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
Till Paala [Mon, 10 Nov 2008 17:36:32 +0000 (19:36 +0200)]
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond into lilypond/translation

15 years agoDoc-de: translation of text.itely
Till Paala [Mon, 10 Nov 2008 17:35:45 +0000 (19:35 +0200)]
Doc-de: translation of text.itely

15 years agoDoc-es: Translate LSR comments and variables, part 3/3.
Francisco Vila [Mon, 10 Nov 2008 16:30:58 +0000 (17:30 +0100)]
Doc-es: Translate LSR comments and variables, part 3/3.

15 years agoDoc-es: Translate LSR comments and variables, part 2.
Francisco Vila [Mon, 10 Nov 2008 12:58:25 +0000 (13:58 +0100)]
Doc-es: Translate LSR comments and variables, part 2.

15 years agoDoc-es: Translate LSR comments and variables, part 1.
Francisco Vila [Mon, 10 Nov 2008 11:43:37 +0000 (12:43 +0100)]
Doc-es: Translate LSR comments and variables, part 1.

15 years agoDocs: LM 4 Tweaks: index examples (part I)
Trevor Daniels [Mon, 10 Nov 2008 09:54:40 +0000 (09:54 +0000)]
Docs: LM 4 Tweaks: index examples (part I)

15 years agoDoc-es: Updates from master -- Includes Status.
Francisco Vila [Mon, 10 Nov 2008 09:25:39 +0000 (10:25 +0100)]
Doc-es: Updates from master -- Includes Status.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 10 Nov 2008 08:42:20 +0000 (09:42 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDoc-es: Translation of forgotten paragraph.
Francisco Vila [Sun, 9 Nov 2008 21:47:33 +0000 (22:47 +0100)]
Doc-es: Translation of forgotten paragraph.

15 years agoDocs: correcting octave in all languages tutorial
Jean-Charles Malahieude [Sun, 9 Nov 2008 18:29:40 +0000 (19:29 +0100)]
Docs: correcting octave in all languages tutorial

"print a black dot just on the first line of the staff"
needs to specify relative=1 to really get it on the first line

15 years agoDocs: update PO msgids
John Mandereau [Sun, 9 Nov 2008 16:48:08 +0000 (17:48 +0100)]
Docs: update PO msgids

15 years agoDocs: add LSR snippets to variables and comments gettexting
John Mandereau [Sun, 9 Nov 2008 16:46:38 +0000 (17:46 +0100)]
Docs: add LSR snippets to variables and comments gettexting

This is a second attempt, which is supposed to fix
c43987a1620dc43c65bbc07b22375cabf45ebd2f.

15 years agoDocs: update translations status
John Mandereau [Sun, 9 Nov 2008 15:46:36 +0000 (16:46 +0100)]
Docs: update translations status

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 9 Nov 2008 15:07:33 +0000 (16:07 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 9 Nov 2008 15:06:57 +0000 (16:06 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoAllow and make effective -j option in "make web"
John Mandereau [Sun, 9 Nov 2008 13:10:51 +0000 (14:10 +0100)]
Allow and make effective -j option in "make web"

- forbid simultaneous lilypond-book running instances in
make/ly-rules.make by adding a dependency chain of .texi output files;

- add $(src-dir) to Texi2HTML include path, so it finds macros.itexi;

- replace documentation PO phony target with a dummy target (to prevent
it from being excessively rebuilt), and make it a prerequisite for
tely->texi rules instead of tely source files (to make sure it is
actually built);

- remove superfluous $(outdir)/version.itexi prerequisites in WWW-2;

- update documentation on documentation building.

15 years agoDocs: move TeX straight quotes instructions into macros.itexi
John Mandereau [Sun, 9 Nov 2008 12:28:22 +0000 (13:28 +0100)]
Docs: move TeX straight quotes instructions into macros.itexi

Also remove unnecessary @iftex around @afourpaper.

15 years agoDocs-de: fix and automatically update ly snippets
John Mandereau [Sun, 9 Nov 2008 12:22:02 +0000 (13:22 +0100)]
Docs-de: fix and automatically update ly snippets

15 years agoDocs-fr: update PO
John Mandereau [Sun, 9 Nov 2008 12:15:01 +0000 (13:15 +0100)]
Docs-fr: update PO

15 years agoDocs: update PO msgids
John Mandereau [Sun, 9 Nov 2008 11:28:19 +0000 (12:28 +0100)]
Docs: update PO msgids

15 years agoDocs: add support for context names translation in ly snippets
John Mandereau [Sun, 9 Nov 2008 11:26:53 +0000 (12:26 +0100)]
Docs: add support for context names translation in ly snippets

15 years agoDocs: add LSR snippets to variables and comments gettexting
John Mandereau [Sun, 9 Nov 2008 00:14:18 +0000 (01:14 +0100)]
Docs: add LSR snippets to variables and comments gettexting

15 years agoUpdate Texinfo TeX output macros from CVS
John Mandereau [Sun, 9 Nov 2008 00:11:43 +0000 (01:11 +0100)]
Update Texinfo TeX output macros from CVS

15 years agoDoc-fr: review PO translation
John Mandereau [Sun, 9 Nov 2008 00:10:14 +0000 (01:10 +0100)]
Doc-fr: review PO translation

Review based on suggestions from Damien Heurtebise.

15 years agoDoc-de: snippets for expressive.itely
Till Paala [Sat, 8 Nov 2008 19:38:04 +0000 (21:38 +0200)]
Doc-de: snippets for expressive.itely

15 years agoAppend /../lib to default rpath.
Jan Nieuwenhuizen [Sat, 8 Nov 2008 19:25:44 +0000 (20:25 +0100)]
Append /../lib to default rpath.

15 years agoDocs: NR 5.1.4: Using \layout to specify context properties
Trevor Daniels [Sat, 8 Nov 2008 16:42:59 +0000 (16:42 +0000)]
Docs: NR 5.1.4: Using \layout to specify context properties

 - Clarify scope
 - Correct the syntax (\set is not optional)
 - change @example to @lilypond

15 years agoAdd --enable-rpath feature, defaulting to $ORIGIN/../lib. Default off.
Jan Nieuwenhuizen [Sat, 8 Nov 2008 14:43:06 +0000 (15:43 +0100)]
Add --enable-rpath feature, defaulting to $ORIGIN/../lib. Default off.

15 years agoDocs: LM 1.1 Background: Add hyphens to example
Trevor Daniels [Sat, 8 Nov 2008 13:56:52 +0000 (13:56 +0000)]
Docs: LM 1.1 Background:  Add hyphens to example

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

15 years agoAdd doc strings to predefined fretboards function, update manual on TabStaff
Carl Sorensen [Fri, 7 Nov 2008 23:37:14 +0000 (16:37 -0700)]
Add doc strings to predefined fretboards function, update manual on TabStaff

15 years agoMove grob property 'forced to internal properties.
Neil Puttock [Fri, 7 Nov 2008 22:57:31 +0000 (22:57 +0000)]
Move grob property 'forced to internal properties.

15 years agoUpdate THANKS.
Neil Puttock [Fri, 7 Nov 2008 22:41:07 +0000 (22:41 +0000)]
Update THANKS.

15 years agoDocs: NR 1.1 Background: Change example to use \addlyrics
Trevor Daniels [Fri, 7 Nov 2008 21:59:26 +0000 (21:59 +0000)]
Docs: NR 1.1 Background: Change example to use \addlyrics

15 years agoDoc-de: snippets translation for rhythms.itely 2
Till Paala [Fri, 7 Nov 2008 17:22:53 +0000 (19:22 +0200)]
Doc-de: snippets translation for rhythms.itely 2

15 years agoMusicXML: Fix clefs that appear in only one staff (ignore for the other!)
Reinhold Kainhofer [Fri, 7 Nov 2008 11:54:50 +0000 (12:54 +0100)]
MusicXML: Fix clefs that appear in only one staff (ignore for the other!)

This bug caused a position-off problem, which messed up chord detection
and caused several other problems. If a clef has a number attribute
(indicating its staff number), only copy it to the relevant staff.
For all other staves, if the remaining attributes are empty, simply
ignore them instead of passing an emtpy <attributes> tag, which was
the real cause for the problem.

15 years agoMusicXML: For "Negative skip" messages, also print out the position of the problem
Reinhold Kainhofer [Fri, 7 Nov 2008 11:56:53 +0000 (12:56 +0100)]
MusicXML: For "Negative skip" messages, also print out the position of the problem

15 years agoDoc-es: Update of PO.
Francisco Vila [Fri, 7 Nov 2008 09:39:02 +0000 (10:39 +0100)]
Doc-es: Update of PO.

15 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git
Trevor Daniels [Fri, 7 Nov 2008 09:09:16 +0000 (09:09 +0000)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git

15 years agoTidy up the break-visibility pre-defined functions
Trevor Daniels [Fri, 7 Nov 2008 09:04:34 +0000 (09:04 +0000)]
Tidy up the break-visibility pre-defined functions

 - add center-visible

15 years agoClean-out some junk flags from python-config. Fixes stray g++ warnings.
Jan Nieuwenhuizen [Fri, 7 Nov 2008 08:30:43 +0000 (09:30 +0100)]
Clean-out some junk flags from python-config.  Fixes stray g++ warnings.

See: http://bugs.python.org/issue3290.

15 years agoHave mf/tree-regen depend on all other targets. Fixes parallel [gub] builds.
Jan Nieuwenhuizen [Fri, 7 Nov 2008 08:28:09 +0000 (09:28 +0100)]
Have mf/tree-regen depend on all other targets.  Fixes parallel [gub] builds.

Without this depencency, symlinks called '*.svg' may be made because
no .svg files exist yet.  Luckily (?), rsync barfs on that.

15 years agoDoc-es: Update of Rhythms. Convert more inline to snippets.
Francisco Vila [Fri, 7 Nov 2008 00:19:26 +0000 (01:19 +0100)]
Doc-es: Update of Rhythms. Convert more inline to snippets.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Fri, 7 Nov 2008 00:08:29 +0000 (01:08 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDoc-de: cross-sectioning
Till Paala [Thu, 6 Nov 2008 18:29:28 +0000 (20:29 +0200)]
Doc-de: cross-sectioning

15 years agoDoc-de: cross-sectioning
Till Paala [Thu, 6 Nov 2008 18:08:08 +0000 (20:08 +0200)]
Doc-de: cross-sectioning

15 years agoDoc-de: sectioning
Till Paala [Thu, 6 Nov 2008 17:45:45 +0000 (19:45 +0200)]
Doc-de: sectioning

15 years agoDoc-de: update missing sectioning
Till Paala [Thu, 6 Nov 2008 17:43:12 +0000 (19:43 +0200)]
Doc-de: update missing sectioning

15 years agoAlways use python-config first if available. Fixes native GUB-3 builds.
Jan Nieuwenhuizen [Thu, 6 Nov 2008 12:51:24 +0000 (13:51 +0100)]
Always use python-config first if available.  Fixes native GUB-3 builds.

15 years agoDoc-es: Update of Percussion.
Francisco Vila [Thu, 6 Nov 2008 12:42:58 +0000 (13:42 +0100)]
Doc-es: Update of Percussion.

15 years agoDoc-es: Update of Fretted.
Francisco Vila [Thu, 6 Nov 2008 12:35:17 +0000 (13:35 +0100)]
Doc-es: Update of Fretted.

15 years agoDoc-es: Update of Rhythms.
Francisco Vila [Thu, 6 Nov 2008 12:21:49 +0000 (13:21 +0100)]
Doc-es: Update of Rhythms.

15 years agoDocs: NR 1.2 Rhythms: Convert more inline to snippets
Trevor Daniels [Thu, 6 Nov 2008 09:19:29 +0000 (09:19 +0000)]
Docs: NR 1.2 Rhythms: Convert more inline to snippets

15 years agoDocs-de: fix compilation
John Mandereau [Thu, 6 Nov 2008 00:12:14 +0000 (01:12 +0100)]
Docs-de: fix compilation

15 years agoDocs-fr: typo
John Mandereau [Wed, 5 Nov 2008 23:43:01 +0000 (00:43 +0100)]
Docs-fr: typo

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 5 Nov 2008 23:15:41 +0000 (00:15 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoLSR: Update.
Neil Puttock [Wed, 5 Nov 2008 20:29:27 +0000 (20:29 +0000)]
LSR: Update.

15 years agoAdd extra newline after `%begin verbatim' in makelsr.py.
Neil Puttock [Wed, 5 Nov 2008 17:05:47 +0000 (17:05 +0000)]
Add extra newline after `%begin verbatim' in makelsr.py.

15 years agoDoc-de: update of rhythms.itely
Till Paala [Wed, 5 Nov 2008 20:25:14 +0000 (22:25 +0200)]
Doc-de: update of rhythms.itely

15 years agoDistribute input/new/revised. Fixes GUB distcheck.
Jan Nieuwenhuizen [Wed, 5 Nov 2008 09:23:54 +0000 (10:23 +0100)]
Distribute input/new/revised.  Fixes GUB distcheck.

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Tue, 4 Nov 2008 23:48:29 +0000 (00:48 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoIndentation nit: use 4 instead of 8 spaces.
Jan Nieuwenhuizen [Tue, 4 Nov 2008 16:09:34 +0000 (17:09 +0100)]
Indentation nit: use 4 instead of 8 spaces.

15 years agoNitpick: remove () from class. Fixes build with python-2.5.2.
Jan Nieuwenhuizen [Tue, 4 Nov 2008 16:07:44 +0000 (17:07 +0100)]
Nitpick: remove () from class.  Fixes build with python-2.5.2.

15 years agoRemove beam ending rules (correction)
Trevor Daniels [Tue, 4 Nov 2008 09:14:46 +0000 (09:14 +0000)]
Remove beam ending rules (correction)

 - missed 8 8 moments

15 years agoRemove beam ending rules in 6/8, 9/8 and 12/8 time
Trevor Daniels [Tue, 4 Nov 2008 09:04:51 +0000 (09:04 +0000)]
Remove beam ending rules in 6/8, 9/8 and 12/8 time

 - Now that beatGrouping works correctly, beam
   ending rules are not required for those values
   of beatGrouping that are set up by default in
   scm/music-functions.scm.  At present these are
   set just for 6/8, 9/8 and 12/8 signatures.

 - The beam ending rules for 1/32 notes are retained,
   however, but are extended to cover those moments
   which previously were covered by the deleted rules.

15 years agoDocs: NR 1.2.4 Beams: Add example with Score context
Trevor Daniels [Tue, 4 Nov 2008 08:18:39 +0000 (08:18 +0000)]
Docs: NR 1.2.4 Beams: Add example with Score context

15 years agoDocs: NR 1.2.4 Beams: Convert inline example to snippet
Trevor Daniels [Mon, 3 Nov 2008 17:32:45 +0000 (17:32 +0000)]
Docs: NR 1.2.4 Beams:  Convert inline example to snippet

 - rework example for clarity
 - add snippet to input/new as needs new beaming code

15 years agoDoc-de: Update of tutorial.itely 2 part, l 512-
Till Paala [Sun, 2 Nov 2008 20:09:55 +0000 (22:09 +0200)]
Doc-de: Update of tutorial.itely 2 part, l 512-

15 years agoLSR: Update.
Neil Puttock [Sun, 2 Nov 2008 17:50:57 +0000 (17:50 +0000)]
LSR: Update.

15 years agoUpdate LSR texidocs with Werner's changes.
Neil Puttock [Sun, 2 Nov 2008 17:53:30 +0000 (17:53 +0000)]
Update LSR texidocs with Werner's changes.

15 years agoDoc-de: Update of tutorial.itely 1 part, l. 1-512
Till Paala [Sun, 2 Nov 2008 16:16:31 +0000 (18:16 +0200)]
Doc-de: Update of tutorial.itely 1 part, l. 1-512

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

15 years agoCreate a new directory for revised snippets.
Werner Lemberg [Sun, 2 Nov 2008 13:29:37 +0000 (14:29 +0100)]
Create a new directory for revised snippets.

These files should be contributed to the LSR so that they get re-imported by
lilypond.