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

Delta Between Two Patch Sets: Documentation/snippets/new/glissandi-can-skip-grobs.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: Fix a few bugs, modify \tweak syntax, demonstrate high impact conversion 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/snippets/new/generating-custom-flags.ly ('k') | Documentation/snippets/new/guitar-slides.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 \version "2.17.5" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" 4 lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
5 doctitle = "Glissandi can skip grobs" 5 doctitle = "Glissandi can skip grobs"
6 texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi." 6 texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
7 } 7 }
8 8
9 \relative c' { 9 \relative c' {
10 a2 \glissando 10 a2 \glissando
11 \once \override NoteColumn glissando-skip = ##t 11 \once \override NoteColumn.glissando-skip = ##t
12 f''4 d, 12 f''4 d,
13 } 13 }
LEFTRIGHT

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