| Commit message (Expand) | Author | Age | Files | Lines |
* | Docs: LM: New behaviour of 'outside-staff-priority... - certain score-level objects are now moved to the top
staff just after line breaking so they are now positioned
correctly in the outside-staff-priority hierarchy.
(It's been this way since 2.13.4)
| Trevor Daniels | 2011-03-22 | 1 | -25/+18 |
* | Doc: LM - correction of Layout Priority value...LM stated that VoltaBracketSpanner was 100
scm/definegrobs.scm shows this as 600. Made edit and re-ordered as
appropriate.
Came from email thread:
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/23891
| James Lowe | 2011-03-22 | 1 | -3/+3 |
* | Change keep-inside-line defaults to true....As discussed in Issue #1470, the default should be changed so that
good layout with a slight performance hit is the default.
| Andrew Hawryluk | 2011-03-01 | 1 | -35/+0 |
* | Manually convert files to version 2.13.46...Vertical spacing changes that could not be determined by convert-ly
| Keith OHara | 2011-02-05 | 1 | -1/+1 |
* | Doc: typo | Trevor Daniels | 2010-12-28 | 1 | -1/+1 |
* | Doc: More NR and LM additions based on user emails | jlowe | 2010-12-28 | 1 | -1/+6 |
* | Doc: Remove fragment option from @lilypond LM | James Lowe | 2010-12-08 | 1 | -19/+17 |
* | Doc: @file entries clean-up, take3 (add line-breaks)...This commit allows for line breaks in @file{} entries that
are longer than 50 characters.
| Valentin Villenave | 2010-11-27 | 1 | -3/+3 |
* | Doc: cleanup @file{}, take 2: remove all @/ escaping sequences....For now, remove all @/ sequences from @file references.
New line-breaks will be introduced later with an automatic
rulein order to make the syntax more consistent.
| Valentin Villenave | 2010-11-26 | 2 | -33/+33 |
* | Doc: clean up @file{} entries...This patch aims to improve syntax consistency in @file entries,
by systematically escaping such characters as `.', `/' or `-'.
Although this isn't strictly required by texinfo, it does
make the docs source code cleaner to have the same policy
everywhere.
| Valentin Villenave | 2010-11-24 | 2 | -33/+33 |
* | Doc: fundamental slpitted XRef | Jean-Charles Malahieude | 2010-11-13 | 1 | -4/+4 |
* | Doc: Learning: Modify stretchability to use nested properties | Carl Sorensen | 2010-11-12 | 1 | -12/+6 |
* | vert. spacing: Clean up affected docs....A lot of trailing spaces got stripped here,
making this commit unusually large.
| Mark Polesky | 2010-11-12 | 1 | -19/+19 |
* | vert. spacing: Convert affected docs. | Mark Polesky | 2010-11-12 | 1 | -4/+4 |
* | Doc: convert-ly on English docs....I left most of the \RemoveEmptyStaff as it came from convert-ly;
some of the grammar is a bit weird, but the basic idea is still
there.
I excluded
Documentation/snippets/new/
changing-the-time-signature-without-affecting-the-beaming.ly
because convert-ly wasn't smart enough to update it, and neither
am I, since I know nothing about the new beaming code.
| Graham Percival | 2010-10-21 | 6 | -7/+7 |
* | Docs: LM: add refs to Glossary for 'system' | Trevor Daniels | 2010-10-12 | 3 | -1/+11 |
* | Doc: more removal of \new Score from LM...Tracker issue 1033
| James Lowe | 2010-10-07 | 1 | -9/+13 |
* | Doc: compile fix... - fix bad cross-reference
| Trevor Daniels | 2010-10-05 | 1 | -2/+1 |
* | Doc: Added note for users in LM about \new Score...Tracker 1033
| James Lowe | 2010-10-05 | 1 | -10/+6 |
* | Doc: more removal of \new Score in LM...Tracker 1033
Changed \new score to use \score { } construct.
For example that used \new Score \with, changed example to use \score with
\layout { \context {\Score }}} and moved @lilypond example to section that this
was now relevant to.
| James Lowe | 2010-10-04 | 1 | -21/+25 |
* | Docs: LM Templates: add SATB on four staves | Trevor Daniels | 2010-08-26 | 1 | -0/+5 |
* | Docs: add Anglican psalm template | Trevor Daniels | 2010-08-25 | 1 | -0/+5 |
* | Docs: LM Templates: add hymn tune template | Trevor Daniels | 2010-08-16 | 1 | -0/+5 |
* | Doc: ensure not more than two spaces after end of sentence. | Ralf Wildenhues | 2010-08-01 | 1 | -1/+1 |
* | Doc: ensure two spaces after end of sentence. | Ralf Wildenhues | 2010-08-01 | 3 | -9/+9 |
* | Fix typos in the English manual. | Ralf Wildenhues | 2010-07-31 | 2 | -2/+2 |
* | Doc: LM - tweak tempo example a little | Trevor Daniels | 2010-07-30 | 1 | -2/+2 |
* | Doc: LM - added entry for Tempo and Metronome Mark...Included glossary references and index entries
| James Lowe | 2010-07-30 | 1 | -0/+28 |
* | Remove docs/default for AccidentalPlacement #'left-padding....Following refactoring of the accidental-placement code, AccidentalPlacement
only supports 'right-padding.
(See also http://code.google.com/p/lilypond/issues/detail?id=730)
| Neil Puttock | 2010-07-27 | 1 | -16/+12 |
* | Doc: LM: editorial improvements to Real music example | Trevor Daniels | 2010-07-15 | 1 | -10/+11 |
* | Doc [fundamental]: Handle stretchability in organ template. | Werner Lemberg | 2010-07-14 | 1 | -1/+80 |
* | Doc: LM Tweaking output: Fix 1180... - The "real music" example overrides the line-width in the call
to lilypond, but the overriden length is too small, resulting
in an unwanted line break. Note that if the line-width is not
overridden the break occurs at the end of measure 2, resulting
in a collision of the phrasing slur with the 6/4 time signature.
This example should be reconsidered as part of issue 1015.
| Trevor Daniels | 2010-07-14 | 1 | -7/+7 |
* | Doc: LM Tweaking output: Fix 1180... - Use explicitly instantiated voices (thanks Neil)
First, it becomes a better example to show newcomers.
It also ensures the voice contexts remain visible so collision
avoidance works correctly, even if a break occurs at the end
of measure 3. However, if the overridden line-width is
removed the break occurs after measure 2, and causes the
phrasing slur to collide with the 6/4 time signature, even with
explicit voice declarations.
| Trevor Daniels | 2010-07-14 | 1 | -161/+218 |
* | Doc: LM 2.2.4 Combining Notes into Chords...Updated example
Added @warning
Moved one @seealso rglos{} to correct place for LM
| James Lowe | 2010-06-30 | 1 | -13/+14 |
* | Doc: LM: Make verse-and-refrain example into a template. | Mark Polesky | 2010-05-13 | 2 | -207/+5 |
* | Doc: LM: Mention barcheck warnings in song example; nitpicks. | Mark Polesky | 2010-05-07 | 2 | -14/+27 |
* | Doc: LM: Reformat ly code....- Use barchecks for multi-measure examples.
- Specify first duration of every measure/line.
- Quote unquoted \clef strings (eg., \clef "treble").
- Change "\TimeKey" to "\keyTime".
- Change "\new Staff << ... >>" to "\new Staff { ... }"
for single-voice staves.
- Remove redundant durations and excess indents.
- Minor edits to some examples in content/formatting
for clarity.
| Mark Polesky | 2010-05-07 | 4 | -754/+892 |
* | Doc: LM: Add new node to introduce bar checks. | Mark Polesky | 2010-05-04 | 1 | -0/+21 |
* | Doc: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }".
| Mark Polesky | 2010-04-19 | 1 | -3/+3 |
* | Doc: LM: More nitpicks in tutorial....* Add start pitch to \relative command.
* Remove recently added @ifhtml.
| Mark Polesky | 2010-04-18 | 1 | -4/+2 |
* | Doc: LM: Nitpicks in tutorial. | Mark Polesky | 2010-04-18 | 1 | -52/+53 |
* | Doc: Add links to troubleshooting to Learning Manual | Carl Sorensen | 2010-04-14 | 1 | -3/+3 |
* | Doc: Add links to troubleshooting to Learning Manual | Carl Sorensen | 2010-04-14 | 1 | -0/+38 |
* | Doc: minor edits to tweaks.itely for LM...Added note values for the first note of each line
Minor spacing issues within braces
Adjuested some line breaks for clarity
| James Lowe | 2010-03-28 | 1 | -22/+32 |
* | Doc: Tweaks.itely - tidy up more lilypond examples...Removed unnecessary bar checks and spaces withink Braces and brackets
broke some lines to add clarity
| James Lowe | 2010-03-22 | 1 | -77/+85 |
* | Doc: prevent link to deleted node from being broken. | Francisco Vila | 2010-03-12 | 1 | -1/+1 |
* | Doc: Tweaks.itely examples tidy up...Tidy up layout as per CG for Learning Manual
Added note values for each new line
Removed unnecessary bar checks and amended spacing for slurs and baces
minor layout corrections for clarity
| James Lowe | 2010-03-08 | 1 | -82/+81 |
* | Doc: tweaks.itely examples tidy up...Tidy up layout for examples as per CG for Learning Manuals
Minor spacing issues with spaces for slur and beam braces
removal of unnecessary end of line bar checks
| James Lowe | 2010-03-03 | 1 | -51/+51 |
* | Doc: comment out broken keyboard navigation. | Graham Percival | 2010-02-22 | 1 | -4/+6 |
* | Doc: resolve more FIXMEs. | Graham Percival | 2010-02-11 | 2 | -6/+1 |