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

Side by Side Diff: Documentation/snippets/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 % DO NOT EDIT this file manually; it is automatically 1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new 2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/ 3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py 4 % and then run scripts/auxiliar/makelsr.py
5 % 5 %
6 % This file is in the public domain. 6 % This file is in the public domain.
7 %% Note: this file works from version 2.16.0 7 %% Note: this file works from version 2.16.0
8 \version "2.16.0" 8 \version "2.17.6"
9 9
10 \header { 10 \header {
11 lsrtags = "headword" 11 lsrtags = "headword"
12 texidoc = "" 12 texidoc = ""
13 doctitle = "headword" 13 doctitle = "headword"
14 } % begin verbatim 14 } % begin verbatim
15 15
16 16
17 17
18 theChords = \chordmode { 18 theChords = \chordmode {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 \Soprano 72 \Soprano
73 \Alto 73 \Alto
74 >> 74 >>
75 } 75 }
76 } 76 }
77 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne } 77 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne }
78 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo } 78 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo }
79 \context Staff = lower { 79 \context Staff = lower {
80 \new Voice { 80 \new Voice {
81 \clef bass 81 \clef bass
82 \accidentalStyle "modern-cautionary" 82 \accidentalStyle modern-cautionary
83 << 83 <<
84 \Tenor 84 \Tenor
85 \Bass 85 \Bass
86 >> 86 >>
87 } 87 }
88 } 88 }
89 >> 89 >>
90 90
91 \layout { 91 \layout {
92 indent = 0 92 indent = 0
93 \context { 93 \context {
94 \Score 94 \Score
95 \remove "Bar_number_engraver" 95 \remove "Bar_number_engraver"
96 } 96 }
97 \context { 97 \context {
98 \Voice 98 \Voice
99 \override StanzaNumber #'padding = #1.8 99 \override StanzaNumber #'padding = #1.8
100 } 100 }
101 } 101 }
102 } 102 }
103 \paper { } 103 \paper { }
OLDNEW
« no previous file with comments | « Documentation/snippets/arabic-improvisation.ly ('k') | Documentation/snippets/new/chords-headword.ly » ('j') | no next file with comments »

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