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

Side by Side Diff: Documentation/snippets/new/chords-headword.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
OLDNEW
1 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 lsrtags = "headword" 4 lsrtags = "headword"
5 texidoc = "" 5 texidoc = ""
6 doctitle = "headword" 6 doctitle = "headword"
7 } 7 }
8 8
9 9
10 theChords = \chordmode { 10 theChords = \chordmode {
11 \time 2/2 11 \time 2/2
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 \Soprano 64 \Soprano
65 \Alto 65 \Alto
66 >> 66 >>
67 } 67 }
68 } 68 }
69 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne } 69 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne }
70 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo } 70 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo }
71 \context Staff = lower { 71 \context Staff = lower {
72 \new Voice { 72 \new Voice {
73 \clef bass 73 \clef bass
74 \accidentalStyle "modern-cautionary" 74 \accidentalStyle modern-cautionary
75 << 75 <<
76 \Tenor 76 \Tenor
77 \Bass 77 \Bass
78 >> 78 >>
79 } 79 }
80 } 80 }
81 >> 81 >>
82 82
83 \layout { 83 \layout {
84 indent = 0 84 indent = 0
85 \context { 85 \context {
86 \Score 86 \Score
87 \remove "Bar_number_engraver" 87 \remove "Bar_number_engraver"
88 } 88 }
89 \context { 89 \context {
90 \Voice 90 \Voice
91 \override StanzaNumber #'padding = #1.8 91 \override StanzaNumber #'padding = #1.8
92 } 92 }
93 } 93 }
94 } 94 }
95 \paper { } 95 \paper { }
OLDNEW
« no previous file with comments | « Documentation/snippets/chords-headword.ly ('k') | Documentation/snippets/new/score-for-diatonic-accordion.ly » ('j') | no next file with comments »

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