summaryrefslogtreecommitdiff
path: root/Documentation/learning
Commit message (Expand)AuthorAgeFilesLines
* Docs: run convert-ly for 2.14.0....Conflicts: Documentation/snippets/alternative-breve-note.ly input/regression/glissando-consecutive.ly input/regression/glissando-index.ly Graham Percival2011-06-066-7/+7
* 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 Daniels2011-03-221-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 Lowe2011-03-221-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 Hawryluk2011-03-011-35/+0
* Manually convert files to version 2.13.46...Vertical spacing changes that could not be determined by convert-ly Keith OHara2011-02-051-1/+1
* Doc: typoTrevor Daniels2010-12-281-1/+1
* Doc: More NR and LM additions based on user emailsjlowe2010-12-281-1/+6
* Doc: Remove fragment option from @lilypond LMJames Lowe2010-12-081-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 Villenave2010-11-271-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 Villenave2010-11-262-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 Villenave2010-11-242-33/+33
* Doc: fundamental slpitted XRefJean-Charles Malahieude2010-11-131-4/+4
* Doc: Learning: Modify stretchability to use nested propertiesCarl Sorensen2010-11-121-12/+6
* vert. spacing: Clean up affected docs....A lot of trailing spaces got stripped here, making this commit unusually large. Mark Polesky2010-11-121-19/+19
* vert. spacing: Convert affected docs.Mark Polesky2010-11-121-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 Percival2010-10-216-7/+7
* Docs: LM: add refs to Glossary for 'system'Trevor Daniels2010-10-123-1/+11
* Doc: more removal of \new Score from LM...Tracker issue 1033 James Lowe2010-10-071-9/+13
* Doc: compile fix... - fix bad cross-reference Trevor Daniels2010-10-051-2/+1
* Doc: Added note for users in LM about \new Score...Tracker 1033 James Lowe2010-10-051-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 Lowe2010-10-041-21/+25
* Docs: LM Templates: add SATB on four stavesTrevor Daniels2010-08-261-0/+5
* Docs: add Anglican psalm templateTrevor Daniels2010-08-251-0/+5
* Docs: LM Templates: add hymn tune templateTrevor Daniels2010-08-161-0/+5
* Doc: ensure not more than two spaces after end of sentence.Ralf Wildenhues2010-08-011-1/+1
* Doc: ensure two spaces after end of sentence.Ralf Wildenhues2010-08-013-9/+9
* Fix typos in the English manual.Ralf Wildenhues2010-07-312-2/+2
* Doc: LM - tweak tempo example a littleTrevor Daniels2010-07-301-2/+2
* Doc: LM - added entry for Tempo and Metronome Mark...Included glossary references and index entries James Lowe2010-07-301-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 Puttock2010-07-271-16/+12
* Doc: LM: editorial improvements to Real music exampleTrevor Daniels2010-07-151-10/+11
* Doc [fundamental]: Handle stretchability in organ template.Werner Lemberg2010-07-141-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 Daniels2010-07-141-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 Daniels2010-07-141-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 Lowe2010-06-301-13/+14
* Doc: LM: Make verse-and-refrain example into a template.Mark Polesky2010-05-132-207/+5
* Doc: LM: Mention barcheck warnings in song example; nitpicks.Mark Polesky2010-05-072-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 Polesky2010-05-074-754/+892
* Doc: LM: Add new node to introduce bar checks.Mark Polesky2010-05-041-0/+21
* Doc: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }". Mark Polesky2010-04-191-3/+3
* Doc: LM: More nitpicks in tutorial....* Add start pitch to \relative command. * Remove recently added @ifhtml. Mark Polesky2010-04-181-4/+2
* Doc: LM: Nitpicks in tutorial.Mark Polesky2010-04-181-52/+53
* Doc: Add links to troubleshooting to Learning ManualCarl Sorensen2010-04-141-3/+3
* Doc: Add links to troubleshooting to Learning ManualCarl Sorensen2010-04-141-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 Lowe2010-03-281-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 Lowe2010-03-221-77/+85
* Doc: prevent link to deleted node from being broken.Francisco Vila2010-03-121-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 Lowe2010-03-081-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 Lowe2010-03-031-51/+51
* Doc: comment out broken keyboard navigation.Graham Percival2010-02-221-4/+6