Re: violin/strings double-stopping

2006-04-24 Thread Graham Percival
On 24-Apr-06, at 11:09 AM, bears388 wrote: Further to my last email: I have solved my problem as per the source & pdf files attached. Probably not elegant, but it does what is needed. Ok. Did you know that you can define variables (ie commands) ? \fakeGrace = { \stemUp \override NoteHead #'

weird page breaking

2006-04-24 Thread Kieren Richard MacMillan
[ Lilypond 2.8.1 ] Hello, all -- I know it's hard to diagnose a problem without sample code, but I'm too deep in a large project to try to derive a minimal example, and I'm hoping someone can help me anyway... I've got A.ly, B.ly, etc., and a Score.ly which \include-s all the others. B

Re: Bracketed non-div notes?

2006-04-24 Thread Graham Percival
On 24-Apr-06, at 4:06 PM, Panteck wrote: I'm writing some music that has a large div. section, with occasional chords that should be played non-div. I've seen this notated as brackets around the notes that should be played together before. I searched the docs, but either I don't know the co

Bracketed non-div notes?

2006-04-24 Thread Panteck
I'm writing some music that has a large div. section, with occasional chords that should be played non-div. I've seen this notated as brackets around the notes that should be played together before. I searched the docs, but either I don't know the correct musical term for this, or I'm really b

Pitched trill?

2006-04-24 Thread Panteck
Is there a way to do this in Lilypond (2.8)? I've looked at the \pitchedTrill command, but that specifies a note to trill to, and I'd rather just specify sharp, flat, or natural in the trill line. --Steven PitchedTrill.PNG Description: PNG image _

Re: uncertain about MIDI dynamic scaling

2006-04-24 Thread Mats Bengtsson
Usually, we have had complaints about that the dynamic range was too large, so the silent dynamics were inaudible. So, it may happen that the default range has been compressed compared to early versions of LilyPond. /Mats Sean Reed wrote: Hi, Is it possible that the scaling on the MIDI dyna

uncertain about MIDI dynamic scaling

2006-04-24 Thread Sean Reed
Hi, Is it possible that the scaling on the MIDI dynamics is off somehow? I found a few mentions of this in the archives but no specific discussions of this particular issue. I noticed today after not using MIDI output from LilyPond for several versions (and months) that the differences in

Muted (Stopped) notes in Tablature

2006-04-24 Thread Christopher Giroir
Howdy, I've recently started using Lilypond to transcribe my band's current music. I wanted to add tablature to guitar parts that have stopped (muted) notes. I have a macro that changes the note head to a cross that works fine when my guitar notes variable is fed into a normal staff, but in a T

Re: denoting "division" when voices separate

2006-04-24 Thread Geoff Horton
> Is it possible to add a div< marking when a soprano line temprorarily > divides into two parts? I am writing the soprano part as one music > block with the brief voiceOne voiceTwo layering when division occurs. You can certainly do that with text markup. See 8.1 in the manual. Geoff

Re: Score identifier not working in book block

2006-04-24 Thread Michael Brennan
Mats Bengtsson wrote: Also, if you only have a single \book block in your file, you can just as well remove it, since LilyPond will implicitly add a \book{...} around each input file if it isn't there explicitly. The only reason to use \book is if you want several output PDF files from one and th

denoting "division" when voices separate

2006-04-24 Thread Sterling Sympatico
Hi, Is it possible to add a div< marking when a soprano line temprorarily divides into two parts? I am writing the soprano part as one music block with the brief voiceOne voiceTwo layering when division occurs. Thanks in advance. Sterling MacNay ___

how to tweak measure padding (global setting)

2006-04-24 Thread Kieren Richard MacMillan
[ Lilypond 2.8.1 ] Hello, all -- Just trying once again... =) I am dissatisfied (as, apparently, are some others) by the default padding at the beginning (particularly) and the end (somewhat) of measures in 2.8.1 -- see previous posts for examples/screenshots:

Re: violin/strings double-stopping

2006-04-24 Thread Graham Percival
Please keep email traffic on the mailist, so that other people can benefit from the answers. To make notes smaller, you can use \tiny, \small, and \normalsize. These are handy ways of changing the font size; for example, tiny = \set fontSize = #-2 (you can guess how to make notes larger than

Re: Score identifier not working in book block

2006-04-24 Thread Mats Bengtsson
Also, if you only have a single \book block in your file, you can just as well remove it, since LilyPond will implicitly add a \book{...} around each input file if it isn't there explicitly. The only reason to use \book is if you want several output PDF files from one and the same .ly file, since

Re: violin/strings double-stopping

2006-04-24 Thread Graham Percival
On 24-Apr-06, at 2:14 AM, Michael Phillips wrote: How do you notate double-stopping for string instruments? The manual doesn't help. A double stop is like a chord, so 8 This is covered in the tutorial, section 2.10. If you want to use specific joined notes, try this: << d' \\ >> - Graham

violin/strings double-stopping

2006-04-24 Thread Michael Phillips
How do you notate double-stopping for string instruments? The manual doesn't help. For instance: bes'8 bes' bes ' | etc with double-stopping as f''8 f'' f''; or d' with double stopping as a chord f' <> Both examples from a Vivaldi Concerto solo part. I am using \version = "2.6.5" Thanks, Michael