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

Side by Side Diff: input/regression/layout-from.ly

Issue 6651053: This is the non-invasive version of the full Issue 2883 patch. (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Fix \displayLilyMusic \tweak Accidental.color ... Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « input/regression/in-note.ly ('k') | input/regression/mensural-ligatures.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = " 4 texidoc = "
5 Inside of output definitions like @code{\\layout} or @code{\\midi}, 5 Inside of output definitions like @code{\\layout} or @code{\\midi},
6 music is harvested for layout definitions in order to turn them 6 music is harvested for layout definitions in order to turn them
7 into context modifications. 7 into context modifications.
8 " 8 "
9 } 9 }
10 10
11 \score { 11 \score {
12 \relative c' { cis cis cis cis } 12 \relative c' { cis cis cis cis }
13 \layout { 13 \layout {
14 \accidentalStyle "dodecaphonic" 14 \accidentalStyle dodecaphonic
15 } 15 }
16 \midi { 16 \midi {
17 \tempo 4 = 240 17 \tempo 4 = 240
18 } 18 }
19 } 19 }
OLDNEW
« no previous file with comments | « input/regression/in-note.ly ('k') | input/regression/mensural-ligatures.ly » ('j') | no next file with comments »

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