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

Issue 6356068: Interpret #... inside of music lists as music instead of ignoring it (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by dak
Modified:
11 years, 9 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Interpret #... inside of music lists as music instead of ignoring it One consequence is that you get a warning for things like \revert Score.BarLine #'space-alist #'cue-clef which actually reverts the whole of space-alist, then ignores #'cue-clef. Another is that things like $(set-accidental-style "dodecaphonic") can be written as #(set-accidental-style "dodecaphonic") without getting ignored in most situations. Void expressions (like most definitions, or the result of calling \void) are still silently ignored since they are regarded as intentional.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -8 lines) Patch
lily/parser.yy View 4 chunks +26 lines, -8 lines 0 comments Download

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