Musica ficta

2010-03-13 Thread northofscotland
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

Re: Musica ficta

2010-03-13 Thread Jonathan Kulp
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

Re: Musica ficta

2010-03-13 Thread northofscotland
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

Re: Musica ficta

2010-03-13 Thread Kieren MacMillan
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

Re: Musica ficta

2010-03-13 Thread northofscotland
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

Re: Musica ficta

2010-03-13 Thread Kieren MacMillan
;> >> 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

Re: Musica ficta

2010-03-13 Thread Patrick McCarty
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

Re: Musica ficta

2010-03-13 Thread Neil Puttock
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

Re: Musica ficta

2010-03-13 Thread Aaron Dalton
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

Re: Musica ficta

2010-03-13 Thread northofscotland
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

Re: Musica ficta

2010-03-13 Thread northofscotland
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,

Re: Musica ficta

2010-03-14 Thread madMuze
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

Musica ficta again

2004-02-23 Thread Reuben Thomas
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

Musica ficta done

2004-02-23 Thread Reuben Thomas
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

Musica ficta inside slur - how?

2011-02-20 Thread Zoltan Selyem
% 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'

Size of Musica Ficta Accidentals

2007-03-01 Thread Robert Memering
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

Getting there with musica ficta

2004-02-23 Thread Reuben Thomas
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. ??

Re: Musica ficta inside slur - how?

2011-02-23 Thread Zoltan Selyem
% 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

musica ficta with an additional accidental

2012-12-15 Thread Josiah Boothby
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

Re: Size of Musica Ficta Accidentals

2007-03-02 Thread Mats Bengtsson
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

Re: Size of Musica Ficta Accidentals

2007-03-02 Thread Robert Memering
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

Re: Getting there with musica ficta

2004-02-24 Thread Nicolas Sceaux
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

distinguishing between cautionary accidentals and musica ficta

2014-10-02 Thread Graham King
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 =

Re: distinguishing between cautionary accidentals and musica ficta

2014-10-02 Thread Graham King
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 = {

Different bar lines, musica ficta & lyrics font style

2007-02-07 Thread Marcel Korpel
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

Re: Different bar lines, musica ficta & lyrics font style

2007-02-07 Thread Mats Bengtsson
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

Re: Different bar lines, musica ficta & lyrics font style

2007-02-08 Thread Marcel Korpel
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

musica ficta, or how to put small accidentals on top of the notes

2004-02-19 Thread Nancho Alvarez
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

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-19 Thread Mats Bengtsson
. /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.

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-20 Thread Nancho Alvarez
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

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-20 Thread Mats Bengtsson
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

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-20 Thread Nancho Alvarez
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

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-20 Thread Mats Bengtsson
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