Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(392)

Issue 7546044: Make \relative { ... } interpret the first pitch as an absolute one (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by dak
Modified:
8 years, 2 months ago
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Make \relative { ... } interpret the first pitch as an absolute one The previous default of \relative { ... } being \relative c' { ... } made c' more special than warranted. Having to write \relative f { ... } for this functionality seems awkward since f serves no musical function but just happens to be the middle of the scale. Iff the scale is the standard scale. The new definition of \relative takes care to determine the "middle of the scale" reference point properly even in the case of non-standard scales. The conversion rules catch the cases where a) \relative was used without a pitch argument. In this case the pitch gets turned into the language-neutral #(ly:make-pitch 0 0). b) \relative x''' { x ... is being used, with ''' being an arbitrary octave and x an arbitrary notename. This is an example of a conversion rule that should not be applied more than once... In a separate commit: Run scripts/auxiliar/update-with-convert-ly.sh

Patch Set 1 #

Patch Set 2 : Catch the ugly ducklings, too. #

Patch Set 3 : Use c' rather than $(ly:make-pitch 0 0) when no \include or \language threatens a language change #

Patch Set 4 : "Postpone \\include rule for our own code base, make convert-ly much cleverer about pitches" #

Patch Set 5 : Don't convert \relative c' c (Ugh) #

Patch Set 6 : convert-ly typo only tracked octave shifts for \relative c... #

Patch Set 7 : Typo in convert-ly rule tracked octave jumps only for \relative c... #

Patch Set 8 : Include files with \language in conversion: our code base suffers that quite well. #

Patch Set 9 : Be more thorough about skipping through prefatory matter before the first pitch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6342 lines, -6291 lines) Patch
M Documentation/cs/learning/common-notation.itely View 1 2 3 4 5 6 7 8 17 chunks +34 lines, -34 lines 0 comments Download
M Documentation/cs/learning/fundamental.itely View 1 2 3 4 5 6 7 8 45 chunks +110 lines, -110 lines 0 comments Download
M Documentation/cs/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/cs/learning/tweaks.itely View 1 2 3 4 5 6 7 8 25 chunks +51 lines, -51 lines 0 comments Download
M Documentation/cs/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 7 chunks +12 lines, -12 lines 0 comments Download
M Documentation/cs/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/cs/usage/suggestions.itely View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -8 lines 0 comments Download
M Documentation/de/essay/engraving.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/de/extending/programming-interface.itely View 1 2 3 7 chunks +11 lines, -11 lines 0 comments Download
M Documentation/de/extending/scheme-tutorial.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/de/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/de/learning/fundamental.itely View 1 2 3 4 5 6 7 8 45 chunks +110 lines, -110 lines 0 comments Download
M Documentation/de/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/de/learning/tweaks.itely View 1 2 3 4 5 6 7 8 25 chunks +51 lines, -51 lines 0 comments Download
M Documentation/de/notation/ancient.itely View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/de/notation/changing-defaults.itely View 1 2 3 4 5 6 7 8 19 chunks +38 lines, -38 lines 0 comments Download
M Documentation/de/notation/chords.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/de/notation/editorial.itely View 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/de/notation/expressive.itely View 1 2 3 7 chunks +13 lines, -13 lines 0 comments Download
M Documentation/de/notation/fretted-strings.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/de/notation/input.itely View 1 2 3 19 chunks +35 lines, -35 lines 0 comments Download
M Documentation/de/notation/keyboards.itely View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/de/notation/pitches.itely View 1 2 3 4 5 6 7 8 58 chunks +131 lines, -131 lines 0 comments Download
M Documentation/de/notation/repeats.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/de/notation/rhythms.itely View 1 2 3 4 5 6 7 8 6 chunks +11 lines, -11 lines 0 comments Download
M Documentation/de/notation/simultaneous.itely View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -11 lines 0 comments Download
M Documentation/de/notation/spacing.itely View 1 2 3 11 chunks +16 lines, -16 lines 0 comments Download
M Documentation/de/notation/staff.itely View 1 2 3 4 5 6 7 8 18 chunks +44 lines, -44 lines 0 comments Download
M Documentation/de/notation/text.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/de/notation/vocal.itely View 1 2 3 4 5 6 7 8 38 chunks +74 lines, -74 lines 0 comments Download
M Documentation/de/notation/world.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/de/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/de/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/de/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/de/usage/suggestions.itely View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -8 lines 0 comments Download
M Documentation/es/essay/engraving.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/es/extending/programming-interface.itely View 1 2 3 7 chunks +11 lines, -11 lines 0 comments Download
M Documentation/es/extending/scheme-tutorial.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/es/learning/fundamental.itely View 1 2 3 4 5 6 7 8 44 chunks +108 lines, -108 lines 0 comments Download
M Documentation/es/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/es/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/es/notation/ancient.itely View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/es/notation/changing-defaults.itely View 1 2 3 4 5 6 7 8 22 chunks +48 lines, -48 lines 0 comments Download
M Documentation/es/notation/chords.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/notation/editorial.itely View 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/es/notation/expressive.itely View 1 2 3 8 chunks +15 lines, -15 lines 0 comments Download
M Documentation/es/notation/fretted-strings.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/es/notation/input.itely View 1 2 3 20 chunks +38 lines, -38 lines 0 comments Download
M Documentation/es/notation/keyboards.itely View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/es/notation/pitches.itely View 1 2 3 4 5 6 7 8 59 chunks +133 lines, -133 lines 0 comments Download
M Documentation/es/notation/repeats.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/notation/rhythms.itely View 1 2 3 4 5 6 7 8 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/es/notation/simultaneous.itely View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -11 lines 0 comments Download
M Documentation/es/notation/spacing.itely View 1 2 3 11 chunks +16 lines, -16 lines 0 comments Download
M Documentation/es/notation/staff.itely View 1 2 3 4 5 6 7 8 18 chunks +44 lines, -44 lines 0 comments Download
M Documentation/es/notation/text.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/es/notation/vocal.itely View 1 2 3 4 5 6 7 8 38 chunks +74 lines, -74 lines 0 comments Download
M Documentation/es/notation/world.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/es/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/es/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/usage/suggestions.itely View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M Documentation/essay/engraving.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/extending/programming-interface.itely View 1 2 3 7 chunks +11 lines, -11 lines 0 comments Download
M Documentation/extending/scheme-tutorial.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/essay/engraving.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/fr/extending/programming-interface.itely View 1 2 3 7 chunks +11 lines, -11 lines 0 comments Download
M Documentation/fr/extending/scheme-tutorial.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/fr/learning/fundamental.itely View 1 2 3 4 5 6 7 8 44 chunks +108 lines, -108 lines 0 comments Download
M Documentation/fr/learning/tutorial.itely View 1 2 3 4 5 6 7 8 13 chunks +25 lines, -25 lines 0 comments Download
M Documentation/fr/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/fr/notation/ancient.itely View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/fr/notation/changing-defaults.itely View 1 2 3 4 5 6 7 8 22 chunks +48 lines, -48 lines 0 comments Download
M Documentation/fr/notation/chords.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/notation/editorial.itely View 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/fr/notation/expressive.itely View 1 2 3 8 chunks +15 lines, -15 lines 0 comments Download
M Documentation/fr/notation/fretted-strings.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/fr/notation/input.itely View 1 2 3 20 chunks +38 lines, -38 lines 0 comments Download
M Documentation/fr/notation/keyboards.itely View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/fr/notation/pitches.itely View 1 2 3 4 5 6 7 8 59 chunks +133 lines, -133 lines 0 comments Download
M Documentation/fr/notation/repeats.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/notation/rhythms.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/fr/notation/simultaneous.itely View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -11 lines 0 comments Download
M Documentation/fr/notation/spacing.itely View 1 2 3 11 chunks +16 lines, -16 lines 0 comments Download
M Documentation/fr/notation/staff.itely View 1 2 3 4 5 6 7 8 18 chunks +44 lines, -44 lines 0 comments Download
M Documentation/fr/notation/text.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/fr/notation/vocal.itely View 1 2 3 4 5 6 7 8 38 chunks +74 lines, -74 lines 0 comments Download
M Documentation/fr/notation/world.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/fr/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/fr/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/usage/suggestions.itely View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M Documentation/hu/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/hu/learning/fundamental.itely View 1 2 3 4 5 6 7 8 47 chunks +119 lines, -119 lines 0 comments Download
M Documentation/hu/learning/tutorial.itely View 1 2 3 4 5 6 7 8 14 chunks +26 lines, -26 lines 0 comments Download
M Documentation/hu/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 7 chunks +12 lines, -12 lines 0 comments Download
M Documentation/hu/usage/running.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/included/engraver-example.ily View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -8 lines 0 comments Download
M Documentation/included/gonville.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/included/simple.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M Documentation/it/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/it/learning/fundamental.itely View 1 2 3 4 5 6 7 8 43 chunks +106 lines, -106 lines 0 comments Download
M Documentation/it/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/it/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/it/notation/pitches.itely View 1 2 3 4 5 6 7 8 59 chunks +133 lines, -133 lines 0 comments Download
M Documentation/it/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/it/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/it/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/it/usage/suggestions.itely View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M Documentation/ja/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/ja/learning/fundamental.itely View 1 2 3 4 5 6 7 8 45 chunks +109 lines, -109 lines 0 comments Download
M Documentation/ja/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/ja/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/ja/notation/changing-defaults.itely View 1 2 3 4 5 6 7 8 19 chunks +38 lines, -38 lines 0 comments Download
M Documentation/ja/notation/chords.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/ja/notation/editorial.itely View 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/ja/notation/expressive.itely View 1 2 3 7 chunks +13 lines, -13 lines 0 comments Download
M Documentation/ja/notation/fretted-strings.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/ja/notation/input.itely View 1 2 3 20 chunks +36 lines, -36 lines 0 comments Download
M Documentation/ja/notation/keyboards.itely View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/ja/notation/pitches.itely View 1 2 3 4 5 6 7 8 58 chunks +130 lines, -130 lines 0 comments Download
M Documentation/ja/notation/repeats.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/ja/notation/rhythms.itely View 1 2 3 4 5 6 7 8 6 chunks +11 lines, -11 lines 0 comments Download
M Documentation/ja/notation/simultaneous.itely View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -11 lines 0 comments Download
M Documentation/ja/notation/spacing.itely View 1 2 3 11 chunks +16 lines, -16 lines 0 comments Download
M Documentation/ja/notation/staff.itely View 1 2 3 4 5 6 7 8 18 chunks +44 lines, -44 lines 0 comments Download
M Documentation/ja/notation/text.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/ja/notation/vocal.itely View 1 2 3 4 5 6 7 8 38 chunks +74 lines, -74 lines 0 comments Download
M Documentation/ja/notation/world.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/ja/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/ja/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/ja/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/ja/usage/suggestions.itely View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M Documentation/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/learning/fundamental.itely View 1 2 3 4 5 6 7 8 44 chunks +108 lines, -108 lines 0 comments Download
M Documentation/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/ly-examples/aucun-snippet.ly View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M Documentation/ly-examples/orchestra.ly View 1 2 3 4 5 6 7 8 9 chunks +23 lines, -23 lines 0 comments Download
M Documentation/nl/learning/common-notation.itely View 1 2 3 4 5 6 7 8 16 chunks +32 lines, -32 lines 0 comments Download
M Documentation/nl/learning/fundamental.itely View 1 2 3 4 5 6 7 8 44 chunks +108 lines, -108 lines 0 comments Download
M Documentation/nl/learning/tutorial.itely View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -23 lines 0 comments Download
M Documentation/nl/learning/tweaks.itely View 1 2 3 4 5 6 7 8 26 chunks +53 lines, -53 lines 0 comments Download
M Documentation/notation/ancient.itely View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/notation/changing-defaults.itely View 1 2 3 4 5 6 7 8 22 chunks +48 lines, -48 lines 0 comments Download
M Documentation/notation/chords.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/notation/editorial.itely View 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/notation/expressive.itely View 1 2 3 8 chunks +15 lines, -15 lines 0 comments Download
M Documentation/notation/fretted-strings.itely View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M Documentation/notation/input.itely View 1 2 3 20 chunks +38 lines, -38 lines 0 comments Download
M Documentation/notation/keyboards.itely View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/notation/pitches.itely View 1 2 3 4 5 6 7 8 59 chunks +133 lines, -133 lines 0 comments Download
M Documentation/notation/repeats.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/notation/rhythms.itely View 1 2 3 4 5 6 7 8 6 chunks +11 lines, -11 lines 0 comments Download
M Documentation/notation/simultaneous.itely View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -11 lines 0 comments Download
M Documentation/notation/spacing.itely View 1 2 3 11 chunks +16 lines, -16 lines 0 comments Download
M Documentation/notation/staff.itely View 1 2 3 4 5 6 7 8 18 chunks +44 lines, -44 lines 0 comments Download
M Documentation/notation/text.itely View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/notation/vocal.itely View 1 2 3 4 5 6 7 8 38 chunks +74 lines, -74 lines 0 comments Download
M Documentation/notation/world.itely View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/accordion-discant-symbols.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-an-extra-staff.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-fingerings-to-a-score.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-the-current-date-to-a-score.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adding-timing-marks-to-long-glissandi.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adjusting-grace-note-spacing.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/adjusting-lyrics-vertical-spacing.ly View 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/aligning-marks-with-various-notation-objects.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/aligning-objects-created-with-the--mark-command.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/aligning-syllables-with-melisma.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/alternative-breve-note.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/ambitus.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/anglican-psalm-template.ly View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M Documentation/snippets/automatically-change-durations.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/beam-grouping-in-7-8-time.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/breathing-signs.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/caesura-railtracks-with-fermata.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/centering-markup-on-note-heads-automatically.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/changing--flageolet-mark-size.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-partcombine-texts.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/changing-properties-for-individual-grobs.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-the-breath-mark-symbol.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-the-default-text-font-family.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M Documentation/snippets/chord-glissando-in-tablature.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/clusters.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/combining-dynamics-with-markup-texts.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/combining-two-parts-on-the-same-staff.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/conducting-signs,-measure-grouping-signs.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M Documentation/snippets/creating-real-parenthesized-dynamics.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/creating-slurs-across-voices.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/demo-midiinstruments.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/demonstrating-all-headers.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/drawing-circles-around-various-objects.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/dynamics-custom-text-spanner-postfix.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/dynamics-text-spanner-postfix.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/engravers-one-by-one.ly View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -8 lines 0 comments Download
M Documentation/snippets/engraving-ties-manually.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/fine-tuning-pedal-brackets.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/fingering-symbols-for-wind-instruments.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/flamenco-notation.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/flute-slap-notation.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/forcing-horizontal-shift-of-notes.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/forcing-hyphens-to-be-shown.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/formatting-lyrics-syllables.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/glissandi-can-skip-grobs.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/guitar-strum-rhythms.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/hairpins-with-different-line-styles.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -11 lines 0 comments Download
M Documentation/snippets/hymn-template.ly View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/keep-change-clefs-full-sized.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/laissez-vibrer-ties.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/letter-tablature-formatting.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/lyrics-alignment.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/moving-dotted-notes-in-polyphony.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/glissandi-can-skip-grobs.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -11 lines 0 comments Download
M Documentation/snippets/new/staff-headword.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/strict-beat-beaming.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/new/using-a-tick-as-the-breath-mark-symbol.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/orchestra,-choir-and-piano-template.ly View 1 2 3 4 5 6 7 8 2 chunks +17 lines, -17 lines 0 comments Download
M Documentation/snippets/page-label.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/piano-template-simple.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/piano-template-with-centered-lyrics.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/piano-template-with-melody-and-lyrics.ly View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/positioning-arpeggios.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/printing-marks-at-the-end-of-a-line.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/quoting-another-voice.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/removing-bar-numbers-from-a-score.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/removing-the-first-empty-line.ly View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/reverting-default-beam-endings.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/rhythmic-slashes.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/satb-choir-template---four-staves.ly View 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/setting-system-separators.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/setting-the-minimum-length-of-hairpins.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/shortening-volta-brackets.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/simple-lead-sheet.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/single-staff-template-with-notes-and-chords.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/single-staff-template-with-only-notes.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/skips-in-lyric-mode.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/skips-in-lyric-mode-2.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/staff-headword.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/strict-beat-beaming.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/subdividing-beams.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/three-sided-box.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/unfretted-headword.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/using-autochange-with-more-than-one-voice.ly View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/utf-8.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/vertically-centered-common-lyrics.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/snippets/vocal-ensemble-template.ly View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -6 lines 0 comments Download
M Documentation/snippets/volta-text-markup-using-repeatcommands.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/usage/external.itely View 5 chunks +9 lines, -9 lines 0 comments Download
M Documentation/usage/lilypond-book.itely View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -14 lines 0 comments Download
M Documentation/usage/running.itely View 3 chunks +3 lines, -3 lines 0 comments Download
M Documentation/usage/suggestions.itely View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M input/regression/accidental.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/accidental-clef-change.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/accidental-forced-tie.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/accidental-grouping.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/accidental-ledger.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/accidental-piano.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/accidental-placement.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/accidental-placement-samepitch.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/accidental-quarter.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/accidental-single-double.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/accidental-tie.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/accidental-unbroken-tie-spacing.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/alignment-order.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/alignment-vertical-manual-setting.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/alter-broken.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/ambitus.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/ambitus-cue.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/apply-context.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/arpeggio-no-staff-symbol.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/arpeggio-span-one-staff.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/articulation-snappizzicato.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/auto-beam.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/auto-beam-no-beam.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/auto-change.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/autobeam-tuplet-recheck.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/bar-line-define-bar-glyph.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/bar-line-define-bar-line.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/bar-line-segno.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/bar-lines.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/bar-number-check-warning.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-beamlet-grace.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-collision-basic.ly View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M input/regression/beam-collision-beamcount.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-collision-classic.ly View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
M input/regression/beam-collision-cross-staff.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/beam-collision-cross-staff2.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-collision-grace.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-collision-off.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-collision-opposite-stem.ly View 1 2 3 1 chunk +17 lines, -17 lines 0 comments Download
M input/regression/beam-collision-prefatory-matter.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/beam-collision-scaled-staff.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-collision-voice-only.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-concave.ly View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M input/regression/beam-concave-chord.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-concave-damped.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-cross-staff-rest.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-forced-direction.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-funky.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-length.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-manual-beaming.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-multiple-cross-staff.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-multiplicity-over-rests.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-over-barline.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/beam-position.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/beam-quanting-horizontal.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-quarter.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-rest.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beam-rest-extreme.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beam-single-stem.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/beaming.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beaming-ternary-metrum.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beamlet-point-toward-beat.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/beams.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/bend-dot.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/book-identifier-markup.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/bookpart-variable.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/breathing-sign.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/breathing-sign-ancient.ly View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M input/regression/chord-names-in-grand-staff.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/chord-repetition.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/chord-repetition-relative.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/chord-repetition-script-stack.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/chord-repetition-times.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/chord-scripts.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/chromatic-scales.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/clef-oct.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/clef-ottava.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/cluster.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/cluster-break.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/cluster-cross-staff.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/cluster-style.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/collision-alignment.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/collision-dots-invert.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/collision-dots-up-space-dotted.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/collision-harmonic-no-dots.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/collision-head-chords.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/collision-heads.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/collision-manual.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/collision-merge-differently-dotted.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/collision-merge-dots.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/collision-seconds.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/collisions.ly View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -7 lines 0 comments Download
M input/regression/completion-heads-lyrics.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/completion-heads-polyphony.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/completion-heads-polyphony-2.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/completion-heads-tie.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/complex-once.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/context-mod-context.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/context-mod-with.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/context-nested-staffgroup.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/cue-clef.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/cue-clef-after-barline.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/cue-clef-manually.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/cue-clef-new-line.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/cue-clef-octavation.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/cue-clef-optional-octavation.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/define-event-function.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/display-lily-tests.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/dot-column-engraver.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dot-dot-count-override.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dot-rest-beam-trigger.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/dot-up-voice-collision.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/dots.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/double-repeat.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/duration-identifier-compressed.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-alignment-autobreak.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-alignment-breaker.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-alignment-breaker-linebreak.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-alignment-breaker-order.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/dynamics-alignment-breaker-subsequent-spanner.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-alignment-no-line.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-broken-hairpin.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-context-textspan.ly View 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/dynamics-custom-text-spanner-postfix.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-glyphs.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-hairpin-length.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-rest-positioning.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-text-dynamics-context.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/dynamics-text-spanner-postfix.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/empty-chord.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/figured-bass-alteration.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/figured-bass-continuation.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/figured-bass-continuation-center.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/figured-bass-continuation-modifiers.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/figured-bass-implicit.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/figured-bass-staff.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/finger-chords-order.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/fingering.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/follow-voice-consecutive.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/font-family-override.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/footnote.ly View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/footnote-auto-numbering.ly View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/footnote-auto-numbering-page-reset.ly View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/footnote-auto-numbering-vertical-order.ly View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M input/regression/footnote-break-visibility.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/footnote-spanner.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/fret-boards.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/full-measure-rest-fermata.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/glissando-accidental.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/glissando-chord.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/glissando-consecutive.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/glissando-no-break.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/glissando-skip.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/grace-bar-line.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/grace-bar-number.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/grace-beam.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/grace-end.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/grace-nest3.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/grace-nest5.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/grace-part-combine.ly View 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/grace-slashed-no-slur.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/grace-stem-length.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/grace-sync.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/grace-types.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/hairpin-barline-break.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/hairpin-clef.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/hairpin-key-signature.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/hairpin-span-bar.ly View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M input/regression/hairpin-to-barline-mark.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/hairpin-to-rest.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/hara-kiri-keep-previous-settings.ly View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M input/regression/harp-pedals.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/header-book-multiplescores.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/horizontal-bracket.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/horizontal-bracket-tweak.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/identifier-following-chordmode.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/include-string.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/instrument-cue-name.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/instrument-name-pedal-lyrics.ly View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/instrument-switch.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/instrument-switch-invalid-warning.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/key-clefs.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/key-signature-left-edge.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/keys.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/laissez-vibrer-chords.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/laissez-vibrer-tie-head-direction.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/laissez-vibrer-ties.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/landscape.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/layout-from.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/ledger-line-minimum.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/ledger-line-shorten.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/ledger-lines-dynamics.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/ledger-lines-varying-staves.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lilypond-book/include.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/lilypond-book/include/example.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/lilypond-book/include2.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/lilypond-book/include3.ily View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/line-dashed-period.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/line-style-zigzag-spacing.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/lyric-combine.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/lyric-combine-derived-voice.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/lyric-combine-switch-voice.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/lyric-combine-switch-voice-2.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/lyric-extender-includegraces.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/lyric-extender-no-heads.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-extender-rest.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-extender-right-margin.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-hyphen-break.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/lyric-hyphen-retain.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-melisma-alignment.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-melisma-melisma.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyric-no-association-rhythm.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyrics-includegraces.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/lyrics-no-notes.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/lyrics-pass-under-bar.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/lyrics-tenor-clef.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/markup-note.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/markup-note-dot.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/markup-score-multi-system.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/measure-grouping.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/metronome-mark-loose-column.ly View 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/midi-grace.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/midi-grace-after-tie.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/midi-key-signature.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/midi-microtone-off.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/midi-pedal.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/midi-scales.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/midi-tuplets.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/midi/key-option-all-staves.ly View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/midi/lyrics-addlyrics.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/midi/partcombine.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/midi/quantize-duration-2.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/midi/rest-dynamic.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/midi/staff-map-instrument.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/midi/staff-map-voice.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/midi/voice-5.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/modern-tab-clef.ly View 1 chunk +4 lines, -4 lines 0 comments Download
M input/regression/modern-tab-clef-scaled.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/mozart-hrn3-romanze.ily View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/mozart-hrn3-rondo.ily View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/music-function-end-spanners.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/music-function-post-event.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/newaddlyrics.ly View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M input/regression/newaddlyrics-music-identifiers.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/no-staff.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/note-head-chord.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/note-head-harmonic-dotted.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/note-head-harmonic-whole.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/note-names.ly View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/note-names-context.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/number-staff-lines.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/optional-args.ly View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/ottava.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/ottava-broken.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/page-breaking-good-estimation.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/page-label-loose-column.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/page-spacing.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/page-spacing-nonstaff-lines-between.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/page-spacing-nonstaff-lines-bottom.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/page-spacing-nonstaff-lines-top.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/page-top-space.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/page-turn-page-breaking.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/page-turn-page-breaking-badturns.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/parenthesize.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/parenthesize-markup.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/part-combine.ly View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/part-combine-a2.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-cross.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-force.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/part-combine-force-mmrest-position.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-force-once.ly View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/part-combine-global.ly View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/part-combine-markup.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-mmrest-after-solo.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/part-combine-solo.ly View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-solo-global.ly View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/part-combine-text.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-text-wait.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/part-combine-tuplet-end.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/pdfmark-metadata.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/phrasing-slur-multiple.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/point-and-click-types.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/prefatory-separation.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/property-nested-revert.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/property-once.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/quote.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/quote-cue-during.ly View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M input/regression/quote-cue-event-types.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/quote-cyclic.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/quote-during.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/quote-during-subvoice.ly View 1 2 3 4 5 6 7 8 4 chunks +19 lines, -19 lines 0 comments Download
M input/regression/quote-kill-cues.ly View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M input/regression/quote-overrides.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/quote-tie.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/rehearsal-mark-align.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/rehearsal-mark-align-staff-context.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/rehearsal-mark-final-score.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/rehearsal-mark-letter.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/relative-repeat.ly View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/remove-empty-staves-auto-knee.ly View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M input/regression/repeat-percent-grace.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/repeat-sign.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/repeat-tie.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/repeat-tremolo-chord-rep.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/repeat-tremolo-dots.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/repeat-unfold-all.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/rest-collision.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/rest-collision-beam-note.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/rest-collision-beam-quantized.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/rest-collision-note-duration.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/rest-note-collision.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/rest-pitch.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/rest-polyphonic.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/rest-polyphonic-2.ly View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M input/regression/scheme-engraver.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/scheme-engraver-instance.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/scheme-text-spanner.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/score-text.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/script-collision.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/script-stack-horizontal.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/script-stack-order.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/script-tie-collision.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/set-once.ly View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/shape-other-curves.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/shape-slurs.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/skip-of-length.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/skiptypesetting-bar-check.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/slur-broken-trend.ly View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/slur-cross-staff-beam.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/slur-dot-collision.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/slur-dots.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/slur-grace.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/slur-height-capping.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/slur-multiple.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/slur-multiple-linebreak.ly View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/slur-rest.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/slur-shift-region.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/slur-tie-control-points.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/slur-tilt.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/slur-vertical-skylines.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/song-basic.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-basic-nonenglish.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-breathe.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-melisma.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/song-reordering.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-reordering2.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-repetition.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/song-skip.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-skip-noword.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-slurs.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-splitpart.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/song-stanzas.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/song-tempo.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/spacing-accidental.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-accidental-staffs.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-accidental-tie.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-correction-accidentals.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-end-of-line.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-ended-voice.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-folded-clef.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-folded-clef2.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-folded-clef3.ly View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M input/regression/spacing-grace.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/spacing-grace-duration.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-horizontal-skyline-grace.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/spacing-loose-polyphony.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-non-adjacent-columns1.ly View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M input/regression/spacing-non-adjacent-columns2.ly View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M input/regression/spacing-rest.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-section.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/spacing-short-notes.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/spacing-stick-out.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/spacing-to-grace.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/span-bar.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/span-bar-allow-span-bar.ly View 4 chunks +7 lines, -7 lines 0 comments Download
M input/regression/span-bar-partial.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/span-bar-spacing.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/staccato-pos.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/staff-halfway.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/staff-online-symbol-absence.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/staff-tweak.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/stanza-number.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/stem-direction.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/stem-tremolo-position.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/stem-tremolo-staff-space.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/stencil-hacking.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/string-number.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/system-separator.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/system-start-heavy-bar.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/system-start-nesting.ly View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/tablature-chord-repetition.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/tablature-chord-repetition-finger.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/tablature-default-strings.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/tablature-dot-placement.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tablature-glissando.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/tablature-grace-notes.ly View 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/tablature-harmonic.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tablature-harmonic-tie.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tablature-letter.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tablature-negative-fret.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tablature-slide.ly View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/tablature-string-tunings.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/tablature-tie-behaviour.ly View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M input/regression/tag-filter.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/test-output-distance.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/text-script-vertical-skylines.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/text-spanner-full-rest.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/text-spanner-override-order.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-arpeggio.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-arpeggio-collision.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-broken.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/tie-chord.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-chord-broken-extremal.ly View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-chord-debug.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-chord-partial.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-direction-broken.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-direction-manual.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-dot.ly View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-grace.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-manual.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-single.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-single-chord.ly View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/tie-unterminated.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/tie-whole.ly View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/trill-spanner.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M input/regression/trill-spanner-auto-stop.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/trill-spanner-chained.ly View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/trill-spanner-grace.ly View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M input/regression/trill-spanner-scaled.ly View 2 chunks +5 lines, -5 lines 0 comments Download
M input/regression/typography-demo.ly View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/utf-8.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/volta-markup-text.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M input/regression/warn-expected-warning-missing.ly View 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/woodwind-diagrams-empty.ly View 1 chunk +17 lines, -17 lines 0 comments Download
M input/regression/zero-staff-space.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M ly/Welcome-to-LilyPond-MacOS.ly View 1 chunk +3 lines, -3 lines 0 comments Download
M ly/Welcome_to_LilyPond.ly View 2 chunks +3 lines, -3 lines 0 comments Download
M ly/music-functions-init.ly View 1 chunk +17 lines, -3 lines 0 comments Download
M python/convertrules.py View 1 2 3 4 5 6 7 8 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 17
dak
Catch the ugly ducklings, too.
11 years, 1 month ago (2013-03-07 00:59:07 UTC) #1
dak
Use c' rather than $(ly:make-pitch 0 0) when no \include or \language threatens a language ...
11 years, 1 month ago (2013-03-07 01:27:27 UTC) #2
Keith
In order from reasonable to ridiculous, Converting \relative{g b d} -> \relative c' {g b ...
11 years, 1 month ago (2013-03-07 05:58:46 UTC) #3
dak
On 2013/03/07 05:58:46, Keith wrote: > In order from reasonable to ridiculous, Actually, you'll find ...
11 years, 1 month ago (2013-03-07 06:35:00 UTC) #4
janek
Hi, i like the idea of \relative interpreting the first pitch "in absolute" if there's ...
11 years, 1 month ago (2013-03-07 07:19:01 UTC) #5
dak
On 2013/03/07 07:19:01, janek wrote: > Hi, > > i like the idea of \relative ...
11 years, 1 month ago (2013-03-07 09:12:32 UTC) #6
dak
On 2013/03/07 07:19:01, janek wrote: > Hi, > > i like the idea of \relative ...
11 years, 1 month ago (2013-03-07 09:25:11 UTC) #7
dak
On 2013/03/07 09:25:11, dak wrote: Sorry for the repetition. My browser very much made it ...
11 years, 1 month ago (2013-03-07 09:27:10 UTC) #8
dak
"Postpone \\include rule for our own code base, make convert-ly much cleverer about pitches"
11 years, 1 month ago (2013-03-07 12:44:22 UTC) #9
dak
Don't convert \relative c' c (Ugh)
11 years, 1 month ago (2013-03-07 13:46:39 UTC) #10
dak
Typo in convert-ly rule tracked octave jumps only for \relative c...
11 years, 1 month ago (2013-03-07 15:02:43 UTC) #11
dak
Include files with \language in conversion: our code base suffers that quite well.
11 years, 1 month ago (2013-03-07 15:27:43 UTC) #12
Trevor Daniels
Looking good. Obviously the text which describes \relative will need attention too, but this is ...
11 years, 1 month ago (2013-03-07 15:56:52 UTC) #13
dak
Be more thorough about skipping through prefatory matter before the first pitch
11 years, 1 month ago (2013-03-07 17:01:11 UTC) #14
dak
On 2013/03/07 15:56:52, Trevor Daniels wrote: > Looking good. Obviously the text which describes > ...
11 years, 1 month ago (2013-03-07 17:31:08 UTC) #15
pkx166h
On 2013/03/07 17:31:08, dak wrote: > On 2013/03/07 15:56:52, Trevor Daniels wrote: > > Looking ...
11 years, 1 month ago (2013-03-07 18:10:46 UTC) #16
dak
11 years, 1 month ago (2013-03-07 19:07:08 UTC) #17
On 2013/03/07 18:10:46, J_lowe wrote:
> On 2013/03/07 17:31:08, dak wrote:
> > On 2013/03/07 15:56:52, Trevor Daniels wrote:
> > > Looking good.  Obviously the text which describes
> > > \relative will need attention too,
> > 
> > Not just that.  So far all humanly written changes are constrained to
> > python/convertrules.ly and ly/music-functions-init.ly (the actual
> > change of the definition).  All the rest is done by convert-ly so far.
> > 
> > If my grep-foo is correct, there are still more than 1500 occurences
> > of \relative followed by a pitch.  Now this is spread across
> > translations, but it is still clear that we are not talking about a
> > complete job.  But then the \relative conventions used previously had
> > been far from consistent, too.
> > 
> > One can probably still improve the convert-ly rule and reduce quite a
> > bit more.
> > 
> > > but this is now looking like a change worth making.
> > 
> > Well, let's say that it is now looking like something quite more than
> > a hoax.  I've put about a day of work into it now, and I think the
> > current state is at least serious enough for getting more opinions
> > from both developers and users.
> > 
> > Unfortunately, the patch is now large enough that git cl uploads it in
> > parts to Rietveld and Patchy does not get along with that.
> > 
> > And obviously, this needs to get a documentation testing as well as
> > the regtests.
> 
> Well if you want to give me a git formatted patch I'd be happy to test it
> manually.
> 
> James

On the way.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b