lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4437 in lilypond: DOC: Clarify modern-cautionary a


From: lilypond
Subject: [Lilypond-auto] Issue 4437 in lilypond: DOC: Clarify modern-cautionary accidental styles
Date: Sun, 07 Jun 2015 23:29:46 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 4437 by address@hidden: DOC: Clarify modern-cautionary accidental styles
https://code.google.com/p/lilypond/issues/detail?id=4437

Reported by Patrick Karl and Trevor Daniels:

Patrick Karl , wrote Sunday, June 07, 2015 10:27 PM

The discussion of Automatic Accidentals in the Chapter 1 of the Notation Manual says:

modern-cautionary
This rule is similar to modern, but the ‘extra’ accidentals (the ones not typeset by default) are typeset as cautionary accidentals. They are by default printed with parentheses, but they can also be printed in reduced size by defining the
cautionary-style property of AccidentalSuggestion.

This looks to be an oversight. The cautionary-style property was deprecated
in Release 2.11.5 but it seems the manual was not updated. Thanks for pointing
this out.

The correct override is

\version "2.19.20"

{
  \relative c'' {
      \accidentalStyle neo-modern-cautionary
      \override AccidentalCautionary #'font-size = #-2

      cis16 cis d cis    cis cis d d    d d d d     cis c c c
   }
 }

Also, the neo-modern-cautionary discussion does not mention the possibility of reduced size accidentals; wouldn’t the info under modern-cautionary also apply to neo-modern-cautionary.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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