Re: modern-cautionary accidentals

2015-06-07 Thread Trevor Daniels

Patrick Karl , you 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 ciscis cis d dd 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.

Yes, the example above shows this.

Copying to bug-list ...

Trevor
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


modern-cautionary accidentals

2015-06-07 Thread Patrick Karl
The discussion of Automatic Accidentals in the Chapter 1 of the Notation Manual says:modern-cautionaryThis rule is similar to modern, but the ‘extra’ accidentals (the ones not typesetby default) are typeset as cautionary accidentals. They are by default printedwith parentheses, but they can also be printed in reduced size by defining thecautionary-style property of AccidentalSuggestion.I cannot find any reference to a“cautionary-style” property in the Internals Manual. AccidentalSuggestion does have a font-size property, but	\override AccidentalSuggestion.font-style = #-2does not seem to have any effect on the size of the cautionary accidentals.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.Here’s a snippet for the neo-modern-cautionary case:

AccidentalStyle.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: modern-cautionary accidentals

2015-06-07 Thread Colin Campbell

On 2015-06-07 03:54 PM, Trevor Daniels wrote:

Patrick Karl , you 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 ciscis cis d dd 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.

Yes, the example above shows this.

Copying to bug-list ...




Recorded as Issue 4437 
https://code.google.com/p/lilypond/issues/detail?id=4437: DOC: Clarify 
modern-cautionary accidental styles


Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


modern-cautionary

2006-02-15 Thread Art Hixson
I'm not getting a cautionary naturalization on the lower A - and it sure 
would be nice to have!  In other instances where the notes are in the 
same octave it works fine.


#(set-accidental-style 'modern-cautionary)
f''4 g''8 aes''8 a'4 d''4   


Running XP and version 2.6.4-5
Arthur


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.8/260 - Release Date: 2006/02/14



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: modern-cautionary

2006-02-15 Thread Frédéric Bron
Works fine with 2.6.5 on Windows.

Fred

 I'm not getting a cautionary naturalization on the lower A - and it
 sure  would be nice to have!  In other instances where the notes are in
 the  same octave it works fine.

 #(set-accidental-style 'modern-cautionary)
 f''4 g''8 aes''8 a'4 d''4

 Running XP and version 2.6.4-5
 Arthur




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: modern-cautionary

2006-02-15 Thread Thies Albrecht

Hi Art!

At least for WinXP v2.7.33-3 it works fine using

\score {
\new Staff {
#(set-accidental-style 'modern-cautionary)
f''4 g''8 aes''8 a'4 d''4
}
}

If there is no other reason to neglect I would recommend to update.

Kind regards,
Thies Albrecht


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user