bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2047 in lilypond: Patch: Add \accidentalStyle command


From: lilypond
Subject: Re: Issue 2047 in lilypond: Patch: Add \accidentalStyle command
Date: Wed, 23 Nov 2011 07:09:47 +0000


Comment #9 on issue 2047 by address@hidden: Patch: Add \accidentalStyle command
http://code.google.com/p/lilypond/issues/detail?id=2047

Tsk tsk tsk. Currently working on the documention, and it is rather stupid that we have \accidentalStyle "default" but $(set-accidental-style "default" 'GrandStaff). I lean towards allowing _only_ strings as accidentalStyle (currently accidentalStyle #'default is working) and instead take an optional symbol argument, like \accidentalStyle #'GrandStaff "default". At the time the command is executed, I can't use ly:context-find for reliably distinguishing context symbols from others.

When I manage getting assignments into arguments, \accidentalStyle GrandStaff = #'default would be nice, but I don't yet have a good workable plan for that.

People ok with reserving symbols for context specification, allowing only strings for style spec?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]