lilypond-user
[Top][All Lists]
Advanced

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

Re: Musica ficta


From: Kieren MacMillan
Subject: Re: Musica ficta
Date: Sat, 13 Mar 2010 14:51:56 -0500

Hi,

> 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
> information in the manuals doesn't seem to help (me) much. 
> Is there an 'idiot's' guide out there somewhere?

Probably -- someone else on the list would know better than I...

Cheers,
Kieren.

p.s. Here's what I got with a couple of seconds of [non-Scheme] hacking -- 
maybe it will give you some hints:

\version "2.13.13"

musicaFicta = {
  \once \override Voice.AccidentalCautionary #'extra-spacing-width = #'(+inf.0 
. -inf.0)
  \once \override Voice.AccidentalCautionary #'extra-offset = #'(1.8 . 2)
  \once \override Voice.AccidentalCautionary #'font-size = #-3
  \once \override Voice.AccidentalCautionary #'staff-padding = #3
}

\score {
  \relative { c' d e \musicaFicta fis? g c, cis \musicaFicta dis? e }
}

> 
> 
> 
> Kieren MacMillan wrote:
>> 
>> Hi,
>> 
>>> Thanks, but whilst the markup option will give a visual impression it
>>> won't
>>> translate into a midi and in a piece such as I am transcribing, there are
>>> roughly equal numbers of 'normal' ficta accidentals and bracketed
>>> accidentals, which makes for fairly tedious editing.
>> 
>> 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.
>> 
>>> 
>>> 
>>> 
>>> Jonathan Kulp-2 wrote:
>>>> 
>>>> On Sat, Mar 13, 2010 at 9:35 AM, northofscotland
>>>> <address@hidden>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 \markup, but you will probably have to adjust the
>>>> alignment and fontsize and whatnot:
>>>> 
>>>> \relative c' {
>>>> d e fis^\markup {[\sharp]} g
>>>> }
>>>> 
>>>> Jon
>>>> -- 
>>>> Jonathan Kulp
>>>> http://www.jonathankulp.com
>>>> 
>>>> _______________________________________________
>>>> lilypond-user mailing list
>>>> address@hidden
>>>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/Musica-ficta-tp27888547p27889604.html
>>> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> lilypond-user mailing list
>>> address@hidden
>>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>> 
>> 
>> 
>> 
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>> 
>> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/Musica-ficta-tp27888547p27890115.html
> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 





reply via email to

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