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

Side by Side Diff: input/regression/morgenlied.ly

Issue 6197068: Doc: mention empty chords; avoid using zero-duration spacers in examples (Closed)
Patch Set: newlines Created 12 years, 10 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/empty-chord.ly ('k') | input/regression/typography-demo.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 \header { 1 \header {
2 title = "Sängers Morgenlied" 2 title = "Sängers Morgenlied"
3 composer = "Franz Schubert (1797-1828)" 3 composer = "Franz Schubert (1797-1828)"
4 date = "27. Februar 1815" 4 date = "27. Februar 1815"
5 source = "Edition Peters" 5 source = "Edition Peters"
6 editor = "Paul Losse" 6 editor = "Paul Losse"
7 enteredby="Han-Wen Nienhuys" 7 enteredby="Han-Wen Nienhuys"
8 maintainer="hanwen@xs4all.nl" 8 maintainer="hanwen@xs4all.nl"
9 9
10 texidoc = "The source is a rather tightly set Peters in Edition is 10 texidoc = "The source is a rather tightly set Peters in Edition is
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 modernAccidentals = { 45 modernAccidentals = {
46 \set Staff.extraNatural = ##f 46 \set Staff.extraNatural = ##f
47 \set Staff.autoAccidentals = #'(Staff (same-octave . 1) (any-octave . 0)) 47 \set Staff.autoAccidentals = #'(Staff (same-octave . 1) (any-octave . 0))
48 \set Staff.autoCautionaries = #'()·· 48 \set Staff.autoCautionaries = #'()··
49 } 49 }
50 50
51 51
52 melody = \relative c'' \repeat volta 2 \new Voice = "singer" { 52 melody = \relative c'' \repeat volta 2 \new Voice = "singer" {
53 \time 6/8 53 \time 6/8
54 \autoBeamOff 54 \autoBeamOff
55 s1*0^\markup { \bold \large\larger\larger { \hspace #-3.0 Lieblich, etwas ge schwind } } 55 << s2.^\markup { \bold \large\larger\larger { \hspace #-3.0 Lieblich, etwas geschwind } }
56 R2. 56 R2.
57 >>
57 r4 r8 c4 g8 | 58 r4 r8 c4 g8 |
58 e4 c8 59 e4 c8
59 << 60 <<
60 \new Voice { \stemUp f8. g16 } 61 \new Voice { \stemUp f8. g16 }
61 { \stemDown f8.[ g16] } >> \stemNeutral a8 | 62 { \stemDown f8.[ g16] } >> \stemNeutral a8 |
62 fis4 g8 c16[ b a g] f[ e] | 63 fis4 g8 c16[ b a g] f[ e] |
63 d4 f8 a16[ g fis g] f[ d] | 64 d4 f8 a16[ g fis g] f[ d] |
64 g4. r8 gis gis | 65 g4. r8 gis gis |
65 a4 a16.[ b32] c4 fis,8 | 66 a4 a16.[ b32] c4 fis,8 |
66 g4.~ g8-\fermata g8 g | 67 g4.~ g8-\fermata g8 g |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 \override SpacingSpanner #'spacing-increment = #1.0 179 \override SpacingSpanner #'spacing-increment = #1.0
179 \override Slur #'height-limit = #1.5 180 \override Slur #'height-limit = #1.5
180 } 181 }
181 } 182 }
182 \midi { 183 \midi {
183 \tempo 4 = 70 184 \tempo 4 = 70
184 } 185 }
185 } 186 }
186 } 187 }
187 188
OLDNEW
« no previous file with comments | « input/regression/empty-chord.ly ('k') | input/regression/typography-demo.ly » ('j') | no next file with comments »

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