Double note durations

2011-10-03 Thread northofscotland

Some while ago I have a mind I saw some piece of code that doubled all note
durations in a score, the point being to change a score from the very black
modern notation to the more open 'white' notion familiar in earlier music.

Is there, in fact, a simple way of doing this?  I haven't been able to
unearth anything as yet.

Thanks for any help
-- 
View this message in context: 
http://old.nabble.com/Double-note-durations-tp32583280p32583280.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Lute tablature

2011-04-08 Thread northofscotland

Thanks to those of you who have replied.

I have been playing about with the various bits and pieces, and especially
the snippet numbers to letters.  That snippet places the letter ON the line,
whereas English tablature places the letters BETWEEN the lines.  I have
tried such tweaks as 

\override TabNoteHead #'Y-offset = #0.5

but all this seems to do is move everything up onto the same position.

Is there a simple command to move each separate letter individually into the
space above its line?

By the way I am using Lilypond 2.13 and am trying to produce tablature for a
7 course renaissance lute.

Thanks



northofscotland wrote:
 
 Looking through the mailing lists for a couple of years ago, there was
 some discussion about implementing lute tablature for Lilypond.  Did
 anything ever come of this?
 

-- 
View this message in context: 
http://old.nabble.com/Lute-tablature-tp31315089p31352157.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Lute tablature

2011-04-04 Thread northofscotland

Looking through the mailing lists for a couple of years ago, there was some
discussion about implementing lute tablature for Lilypond.  Did anything
ever come of this?
-- 
View this message in context: 
http://old.nabble.com/Lute-tablature-tp31315089p31315089.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Hide staff on printout but retain midi

2010-05-28 Thread northofscotland

Many thanks for the replies.

As is so often the case with Lilypond, its easy when you know how!
Works a treat. Thanks.



northofscotland wrote:
 
 I am typesetting a mediaeval trouvere song and want to add a drone to the
 midi but hide the somewhat redundant music in the printout.  Is there a
 simple way to do this, please?
 

-- 
View this message in context: 
http://old.nabble.com/Hide-staff-on-printout-but-retain-midi-tp28693911p28706815.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Hide staff on printout but retain midi

2010-05-27 Thread northofscotland

I am typesetting a mediaeval trouvere song and want to add a drone to the
midi but hide the somewhat redundant music in the printout.  Is there a
simple way to do this, please?
-- 
View this message in context: 
http://old.nabble.com/Hide-staff-on-printout-but-retain-midi-tp28693911p28693911.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


skip midi notes

2010-05-05 Thread northofscotland

I am trying to set a mediaeval piece in a free, unbarred manner.  I have had
to resort to entering skips ie 's' spacers to get the formatting to work. 
However these seem to be interpreted as rests in the midi output.  
Is there a way to tell the midi to ignore these?

Thanks for any help
-- 
View this message in context: 
http://old.nabble.com/skip-midi-notes-tp28458553p28458553.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: skip midi notes

2010-05-05 Thread northofscotland

Hi

Maybe a bit premature in posting my request, just figured out that changing
(and hiding) the time signatures can do away with the skips and so the midi
performs as required



northofscotland wrote:
 
 I am trying to set a mediaeval piece in a free, unbarred manner.  I have
 had to resort to entering skips ie 's' spacers to get the formatting to
 work.  However these seem to be interpreted as rests in the midi output.  
 Is there a way to tell the midi to ignore these?
 
 Thanks for any help
 

-- 
View this message in context: 
http://old.nabble.com/skip-midi-notes-tp28458553p28458710.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


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 - Lilypond - User mailing list archive at Nabble.com.



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


Re: Musica ficta

2010-03-13 Thread northofscotland

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.



Jonathan Kulp-2 wrote:
 
 On Sat, Mar 13, 2010 at 9:35 AM, northofscotland
 strath100-...@yahoo.co.ukwrote:
 

 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
 lilypond-user@gnu.org
 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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Musica ficta

2010-03-13 Thread northofscotland

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?



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
 strath100-...@yahoo.co.ukwrote:
 
 
 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
 lilypond-user@gnu.org
 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
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 automatically.



Aaron Dalton wrote:
 
 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 madrigals in which \set suggestAccidentals =##t
 works just fine.  What do you mean when you say seems to be ignored?
 Depending on your accidental style, you may need to add ! after the note
 name:
 
 GNU LilyPond 2.12.3
 \set suggestAccidentals = ##t fis!4 \set suggestAccidentals = ##f
 
 Cheers!
 Aaron
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/Musica-ficta-tp27888547p27891638.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


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 strath100-...@yahoo.co.uk 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 automatically.
 
 Until it's fixed, try this:
 
 \override AccidentalSuggestion #'parenthesized = ##t
 
 Regards,
 Neil
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/Musica-ficta-tp27888547p27891677.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Ambitus

2010-01-30 Thread northofscotland

A few days ago I posted a question about moving the note heads in an ambitus
independently.  It hasn't generated any response, and wondered if this was
because it just isn't possible.  Am I right?  If so, I'll stop worrying!
-- 
View this message in context: 
http://old.nabble.com/Ambitus-tp27382764p27382764.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Ambitus

2010-01-27 Thread northofscotland

I often use the ambitus when setting recorder parts, since it makes it
quicker and easier to see which instrument it might be most suitable for.

The default in Lilypond is fine, but I quite like the arrangement where the
top ambitus note is offset from the bottom and the two note heads connected
with a diagonal line.

I have been playing around with various overides trying to achieve this and
I can rotate the ambitus line OK -

\override Staff.AmbitusLine #'rotation =#'(-25 0 0)

However, when I try to move one notehead relative to the other they seem to
form just a single unit and they both move together.  Is there a way of
moving these separately to achieve the desired effect?

Thanks
-- 
View this message in context: 
http://old.nabble.com/Ambitus-tp27341261p27341261.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Divided voices

2010-01-20 Thread northofscotland

I have a question about the best way to produce music when it divides for
maybe only a few bars in a piece.  I often come across this when setting
SATB vocal works.  Straight forward SATB with a single voice to a line is
simple enough, but I am struggling to find an elegant (and simple!) way to
deal with a part that may divide into, say, S1 and S2 perhaps only for a few
notes in the whole piece.  The way I have sorted it so far is to duplicate
the S line, put in the changed notes and substitute the common notes with
skips, then combine them with something like
\new Voice = sopcombo  {\voiceOne  \global \sopMusic \sopDiv  }

Whilst this seems to work reasonably well I do seem to lose some
articulations, slurs etc in the process, and it does seem rather cumbersome.

Division such as this is common enough in such music and I would have
thought it could have a simple solution.  Published music and the products
of eg Sibelius seem to readily produce such results.  Any ideas?  Thanks
-- 
View this message in context: 
http://old.nabble.com/Divided-voices-tp27240308p27240308.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: Lilypond crashing with cue notes

2009-04-02 Thread northofscotland

A bit more on the crash.  It would seem to be a self reference problem that
gets into an unending loop.  As a workaround I have managed to carry on by
making copies of all the files and using those as the reference for the
cues, so no longer having part 1 cue part 3 and part 3 cue part 1 etc but
having part 1 cue copy of part 3 etc.  A bit cumbersome but practical.  It
still leaves Lilypond a bit weak on the cueing front though


northofscotland wrote:
 
 
 
 I have been entering a seven part piece by Schutz; 2 voice + 5
 instrumental.  To help the performers I have been making extensive use of
 cue notes between all seven parts.
 I have been using Lilypond 2.12.2 with the latest jedit/Lilypond tool. 
 Currently it is a clean, new install since I uninstalled/reinstalled to
 see if that solved the problem, - it hasn't!
 All the parts seem to work perfectly as stand-alone, un-cued but as I
 added the cue notes, building up with a series of \include statements at
 the head of the file, \cueDuring in the notes and \addQuote before the
 \score statement it all seemed to go pear shaped and hang - seemingly in
 some indefinite loop.  The problem seemed to arise once I was about half
 way through with some files that had worked perfectly - including the cues
 throwing a wobbly, and with others which were being worked on.  The only
 way to get out of it is to kill everything
 
 Is it me, the program, bugs, lilypond tool or whatever?  More importantly,
 has anyone any ideas how to fix it please?
 

-- 
View this message in context: 
http://www.nabble.com/Lilypond-crashing-with-cue-notes-tp22834749p22843931.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Lilypond crashing with cue notes

2009-04-01 Thread northofscotland

I have been entering a seven part piece by Schutz; 2 voice + 5 instrumental. 
To help the performers I have been making extensive use of cue notes between
all seven parts.
I have been using Lilypond 2.12.2 with the latest jedit/Lilypond tool. 
Currently it is a clean, new install since I uninstalled/reinstalled to see
if that solved the problem, - it hasn't!
All the parts seem to work perfectly as stand-alone, un-cued but as I added
the cue notes, building up with a series of \include statements at the head
of the file, \cueDuring in the notes and \addQuote before the \score
statement it all seemed to go pear shaped and hang - seemingly in some
indefinite loop.  The problem seemed to arise once I was about half way
through with some files that had worked perfectly - including the cues
throwing a wobbly, and with others which were being worked on.  The only way
to get out of it is to kill everything

Is it me, the program, bugs, lilypond tool or whatever?  More importantly,
has anyone any ideas how to fix it please?
-- 
View this message in context: 
http://www.nabble.com/Lilypond-crashing-with-cue-notes-tp22834749p22834749.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Conditional input

2009-01-30 Thread northofscotland

I would like to able to include some simple statements of the kind if ...
then ... else in the note entry.  What I would like to achieve is to have
two options for a note so that if I wanted to change the instrument where
the register doesn't match - violin to recorder for instance, I could just
change a flag or something similar at the start of the file and the
alternative notes would be substituted.  I guess that it would be possible
with scheme, but I'm still trying to get my head round that!

Any ideas gratefully received, Thanks
-- 
View this message in context: 
http://www.nabble.com/Conditional-input-tp21745539p21745539.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: transparent dotted notes

2009-01-23 Thread northofscotland

Sorry for the spelling mistake, dots 'disappear' ... 

northofscotland wrote:
 
 Just a quick pointer from someone who knows, please !  I am trying to make
 dotted notes transparent (to aid combining voices).  I can make the stems
 disapper, I can make the note heads disapper, but I cannot findout how to
 make the dots disapper.  I am sure it is simple, but I can't find the
 proper syntax
 
 Thanks
 

-- 
View this message in context: 
http://www.nabble.com/transparent-dotted-notes-tp21623684p21623718.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Combining parts

2009-01-21 Thread northofscotland

I am transcribing a piece which has a realised figured bass and which gives,
in effect, three top parts with the bass.  I am also trying to arrange it so
each part can be printed separately (for recorders) and to recombine the
parts back into a continuo part.

My problem is that when combining the top parts as separate voices, it looks
rather messy and confusing.  I can combine two parts with \partcombine, and
that does give a much better copy, but it still leaves the third part.  I
know that \partcombine can only handle two parts, but has anyone any idea
how three parts might similarly be combined?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Combining-parts-tp21579853p21579853.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Figured bass

2008-11-19 Thread northofscotland

I am not a keyboard player but transcribe recorder music with the bc
accompaniment from time to time.  One of the objectives is to give myself a
midi bass accompaniment.

Is there a (reasonably) simple way of converting the figured bass either
directly to midi (which I think is not the case) or to convert it into a
more conventional chorded notation and hence to a midi.

My understanding of figured bass in practice is fairly minimal and it would
take me for ever to convert it manually (I would probably understand it more
afterwards, though!).

Any advice would be welcome, Thanks.
-- 
View this message in context: 
http://www.nabble.com/Figured-bass-tp20580348p20580348.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: jedit/lilypond tool/surround text

2008-11-16 Thread northofscotland

Many thanks, I've been looking for a way to do this for ages!



Martial-3 wrote:
 
 hello
 
 JeDit/LilyPondTool
 
 menu Utilities
 Global Options
   
 in the pan left : Jedit
   select shortcuts
   
 in pan right at the top
   select  All or Plugin: lilyPondTool
 
 bellow
 column Command
   select and clic on  Braces {} - Braces  {}
 enter with the keypad, your prefered key (I put F2)
 
 
 regards
 --
 Martial
 
 
 The excellent free Notetab program has available a useful feature to 
 enclose selected text in a pair of characters - brackets etc. Does
 anyone know of a simple addon/macro or whatever that would facilitate
 this?
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://www.nabble.com/jedit-lilypond-tool-surround-text-tp20498970p20524298.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


jedit/lilypond tool/surround text

2008-11-14 Thread northofscotland

The excellent free Notetab program has available a useful feature to enclose
selected text in a pair of characters - brackets etc.

I have often felt this feature would be useful when using lilypond tool to
put in slurs etc after typing music.  Does anyone know of a simple
addon/macro or whatever that would facilitate this?
Thanks
-- 
View this message in context: 
http://www.nabble.com/jedit-lilypond-tool-surround-text-tp20498970p20498970.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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