Solved it. I was stupidly trying to overload \ficta.
Anyway:
\version "2.19.2"
ficta = {
\once \set suggestAccidentals = ##t
\once \accidentalStyle "dodecaphonic" % mark _all_ the ficta
in the bar
}
cautionary = {
In editions of renaissance music, both cautionary accidentals and ficta
may be notated above the staff. I would like to distinguish between
these cases, using parentheses. It is possible to do so, on a
case-by-case basis, using
\once \override Staff.AccidentalSuggestion.parenthesized =
I'd like to write a suggested/editorial accidental above a note that
already has an accidental to the left of the notehead, and would
ideally like the alteration to transpose when the voice is transposed.
Example:
A C-sharp with a suggested natural, transposed down a whole step
should be a B-natu
% Hi,
%
% I have found the solution:
\version "2.13.51"
ficta = { \once \set suggestAccidentals = ##t }
\paper{ ragged-right = ##t }
\relative a' {
\override AccidentalSuggestion #'avoid-slur = #'inside
\override AccidentalSuggestion #'outside-staff-priority = ##f
\key bes \major
a4 bes4
% Hi,
%
% How can I put "musica ficta" accidentals inside a slur?
% I tried \override AccidentalSuggestion #'avoid-slur = inside
% but it didn't help.
\version "2.13.50"
ficta = { \once \set suggestAccidentals = ##t }
\paper{ ragged-right = ##t }
\relative a'
27; guide out there somewhere?
--
View this message in context:
http://old.nabble.com/Musica-ficta-tp27888547p27895910.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.o
Thank you
I've just tried your fix and it seems to do just what I was after
The answer is always out there somewhere!
Neil Puttock wrote:
>
> On 13 March 2010 15:35, northofscotland wrote:
>>
>> I have been trying to force musica ficta accidentals into brackets,
The accidentals work fine, what I wanted to do was to put some of them into
parenthesis. In normal typesetting you can do this by appending '?' but
this is ignored for musica ficta. '!' is needed to force the accidental
I was looking for a way to to this more or less aut
On 13/03/2010 8:35 AM, northofscotland wrote:
>
> I have been trying to force musica ficta accidentals into brackets, but the
> notation
>
> \set suggestAccidentals = ##t fs?
>
> seems to be ignored. Is it me or Liliypond?
>
I have 29 16th-century
On 13 March 2010 15:35, northofscotland wrote:
>
> I have been trying to force musica ficta accidentals into brackets, but the
> notation
>
> \set suggestAccidentals = ##t fs?
>
> seems to be ignored. Is it me or Liliypond?
LilyPond, though it should support this autom
On Sat, Mar 13, 2010 at 11:22 AM, northofscotland
wrote:
>
> Yes, I thought that may be the only way to do it since the 'obvious' Lilypond
> syntax seemed to stall. I have tried to get into Scheme but I have always
> found it rather opaque, despite having some programming experience, and the
> i
;>
>> Write a Scheme macro to take the "real" accidental and change the position
>> (from "beside-on-the-left" to "centred-above"), size, and
>> bracketification.
>>
>> Cheers,
>> Kieren.
>>
>>>
>>>
>>&g
to "centred-above"), size, and
> bracketification.
>
> Cheers,
> Kieren.
>
>>
>>
>>
>> Jonathan Kulp-2 wrote:
>>>
>>> On Sat, Mar 13, 2010 at 9:35 AM, northofscotland
>>> wrote:
>>>
>>>>
>>>> I h
10 at 9:35 AM, northofscotland
>> wrote:
>>
>>>
>>> I have been trying to force musica ficta accidentals into brackets, but
>>> the
>>> notation
>>>
>>> \set suggestAccidentals = ##t fs?
>>>
>>> seems
an Kulp-2 wrote:
>
> On Sat, Mar 13, 2010 at 9:35 AM, northofscotland
> wrote:
>
>>
>> I have been trying to force musica ficta accidentals into brackets, but
>> the
>> notation
>>
>> \set suggestAccidentals = ##t fs?
>>
>> seems to be ignore
On Sat, Mar 13, 2010 at 9:35 AM, northofscotland
wrote:
>
> I have been trying to force musica ficta accidentals into brackets, but the
> notation
>
> \set suggestAccidentals = ##t fs?
>
> seems to be ignored. Is it me or Liliypond?
>
>
>
You can do it with a \mark
I have been trying to force musica ficta accidentals into brackets, but the
notation
\set suggestAccidentals = ##t fs?
seems to be ignored. Is it me or Liliypond?
Thanks
--
View this message in context:
http://old.nabble.com/Musica-ficta-tp27888547p27888547.html
Sent from the Gnu
Am Freitag, 2. März 2007 15:00 schrieb Mats Bengtsson:
> It seems that this is a bug which has been fixed in the latest 2.11
> version.
> I haven't checked 2.10, but I wouldn't be surprised if it's fixed
> in the latest 2.10.x version as well.
I tried 2.11.20 today, and the size of the accidental
them
by scaling StaffSymbol and fontSize (as shown in the
"staff-size.ly" example in the Tips and Tricks section).
However, the Musica Ficta Accidentals in these staves
are too big. They don't seem to be scaled.
How can I override the size of these accidentals?
I tried ove
Hi all,
I have some smaller staves in my score. I got them
by scaling StaffSymbol and fontSize (as shown in the
"staff-size.ly" example in the Tips and Tricks section).
However, the Musica Ficta Accidentals in these staves
are too big. They don't seem to be scaled.
How can I ov
On 07/02/07, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
Read the section on Automatic Accidentals. I guess you want to add
#(set-accidental-style 'forget)
[...]
italics = \override LyricText #'font-shape = #'italic
These are the commands I was looking for (and for now, I can live with
the w
1 g4 a b c
[etc.]
}
it would be nice to automatically change the bar line to dashed when
the b exceeds the measure, instead of enclosing it with macros that
change the default bar type to dashed and back.
There's no such feature available as far as I know.
2. When notating musica ficta u
it would be nice to automatically change the bar line to dashed when
the b exceeds the measure, instead of enclosing it with macros that
change the default bar type to dashed and back.
2. When notating musica ficta using 'suggestAccidentals', an
accidental should be written above th
Mon, 23 Feb 2004 23:55:32 +0100 (CET), Reuben a dit :
> OK, I'm nearly there, my remaining problems are Scheme problems I think (I
> know a bit of elisp, but no Scheme up to now).
> I have the following:
> #(def-markup-command (fictasharp) () "Foo" (#:musicglyph "accidentals-2"))
> which
By googling I eventually found some more code examples that enabled me to
complete the code for LilyPond 2.1.26:
% Musica ficta
#(def-markup-command (fictasharp paper props) ()
(interpret-markup paper props (markup #:musicglyph "accidentals-2")))
#(def-markup-command (fictaflat p
OK, I'm nearly there, my remaining problems are Scheme problems I think (I
know a bit of elisp, but no Scheme up to now).
I have the following:
#(def-markup-command (fictasharp) () "Foo" (#:musicglyph "accidentals-2"))
which doesn't parse. I think the problem is my empty argument type list.
??
I read the archives, and since there's no proper support for musica ficta,
I'm quite happy with the 2002 solution:
#(define fictaflat '(music "accidentals--1"))
#(define fictanat '(music "accidentals-0"))
#(define fictasharp '(music "accidentals-1
Nancho Alvarez wrote:
What LilyPond version do you use? As can be seen at the link given
above, it works in version 2.0.2 at least. If you compare the
accidental of the third beat with the parenthesized accidental of the
fourth beat, it's clearly smaller.
I can see the difference of sizes in
http
What LilyPond version do you use? As can be seen at the link given
above, it works in version 2.0.2 at least. If you compare the
accidental of the third beat with the parenthesized accidental of the
fourth beat, it's clearly smaller.
I can see the difference of sizes in
http://lilypond.org/doc/v2
Nancho Alvarez wrote:
Mats Bengtsson wrote:
One way to handle these accidentals is to use the support for
cautionary accidentals in LilyPond. Currently, these can be
typeset either as an ordinary accidental within parenthesis or
as a smaller size accidental. See
http://lilypond.org/doc/v2.0/inpu
top of the notes.
Thanks again.
NANCHO
Nancho Alvarez wrote:
Some time ago, somebody asked to the list how to transcribe the so
called "musica ficta".
In the Renaissance era, some of the accidental were not put on the
score, although they were suppose
.
/Mats
Nancho Alvarez wrote:
Some time ago, somebody asked to the list how to transcribe the so
called "musica ficta".
In the Renaissance era, some of the accidental were not put on the
score, although they were supposed to be sung.
Modern editors put a small accidental on top of the note.
Some time ago, somebody asked to the list how to transcribe the so
called "musica ficta".
In the Renaissance era, some of the accidental were not put on the
score, although they were supposed to be sung.
Modern editors put a small accidental on top of the note.
See a good descript
33 matches
Mail list logo