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

Delta Between Two Patch Sets: input/regression/beam-concave.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/beam-collision-voice-only.ly ('k') | input/regression/beam-concave-chord.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
(no file at all)
1 \version "2.16.0" 1 \version "2.17.6"
2 \header{ 2 \header{
3 3
4 texidoc = "Fully concave beams should be horizontal. Informally spoken, 4 texidoc = "Fully concave beams should be horizontal. Informally spoken,
5 concave refers to the shape of the notes that are opposite a 5 concave refers to the shape of the notes that are opposite a
6 beam. If an up-beam has high notes on its center stems, then we call 6 beam. If an up-beam has high notes on its center stems, then we call
7 it concave. 7 it concave.
8 8
9 If a beam fails a test, the desired slope is printed next to it. 9 If a beam fails a test, the desired slope is printed next to it.
10 10
11 "· 11 "·
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 \layout{ 51 \layout{
52 ragged-right = ##t 52 ragged-right = ##t
53 #(define debug-beam-quanting #t) 53 #(define debug-beam-quanting #t)
54 } 54 }
55 55
56 56
57 57
58 58
59 #(define (<> x y) (not (= x y))) 59 #(define (<> x y) (not (= x y)))
60 \new Voice { 60 \new Voice {
61 \override Beam #'positions = #(check-slope-callbacks =) 61 \override Beam.positions = #(check-slope-callbacks =)
62 \rossBeams 62 \rossBeams
63 ·· 63 ··
64 } 64 }
LEFTRIGHT

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