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

Delta Between Two Patch Sets: input/regression/drums.ly

Issue 4025044: remove bar-size and replace its usage by bar-extent (Closed)
Left Patch Set: description for new test; version bumping Created 14 years, 2 months ago
Right Patch Set: make dashed barline not protrude; remove braces; bump version Created 14 years, 2 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/bar-extent.ly ('k') | input/regression/grid-lines.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 1
2 \header { 2 \header {
3 texidoc = "In drum notation, there is a special clef symbol, drums are 3 texidoc = "In drum notation, there is a special clef symbol, drums are
4 placed to their own staff positions and have note heads according to the· 4 placed to their own staff positions and have note heads according to the·
5 drum, an extra symbol may be attached to the drum, and the number of lines· 5 drum, an extra symbol may be attached to the drum, and the number of lines·
6 may be restricted." 6 may be restricted."
7 } 7 }
8 8
9 9
10 \version "2.13.47" 10 \version "2.13.48"
11 11
12 drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hh c8 hh16 hh} hhc4 r4 r2 } 12 drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hh c8 hh16 hh} hhc4 r4 r2 }
13 drl = \drummode {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tomm h bd toml toml bd tomfh16 tomfh } 13 drl = \drummode {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tomm h bd toml toml bd tomfh16 tomfh }
14 timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r 4 cb8 cb} } 14 timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r 4 cb8 cb} }
15 15
16 \score { 16 \score {
17 \repeat "volta" 2 { 17 \repeat "volta" 2 {
18 << 18 <<
19 \new DrumStaff \with { 19 \new DrumStaff \with {
20 drumStyleTable = #timbales-style 20 drumStyleTable = #timbales-style
(...skipping 18 matching lines...) Expand all
39 \context { 39 \context {
40 \Score 40 \Score
41 tempoWholesPerMinute = #(ly:make-moment 120 4) 41 tempoWholesPerMinute = #(ly:make-moment 120 4)
42 } 42 }
43 } 43 }
44 44
45 45
46 } 46 }
47 47
48 48
LEFTRIGHT

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