Header to score spacing

2011-07-02 Thread Hilary Snaden
Version 2.14 appears to have less default spacing between header contents and score contents than 2.12. How do I change this spacing? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: hairpin problem?

2011-07-02 Thread Jay Hamilton
Here you go- thanks Jay \version "2.12.3" \header { title = "21-03" % composer = "Jay Hamilton" % copyright = \markup { \tiny \override #'(baseline-skip . 0.5) %\center-column % { "CC lic 2.5 some rights reserved Jay Hamilton 2011" % "see http://creativecommons.org/licenses/by-nd/2.5/"; % } } } #(

Re: Misaligned fermata

2011-07-02 Thread Carl Sorensen
On 7/2/11 10:41 AM, "Hilary Snaden" wrote: > A strange misalignment has appeared in one place in a score (Lilypond > 2.14.1, win32). Instead of sitting over a barline, a fermata has been > placed beneath the upper staff of a pianostaff. Elsewhere in the same > score (e.g. in the upper staff in

Re: Misaligned fermata

2011-07-02 Thread Werner LEMBERG
> A strange misalignment has appeared in one place in a score > (Lilypond 2.14.1, win32). Instead of sitting over a barline, a > fermata has been placed beneath the upper staff of a pianostaff. > Elsewhere in the same score (e.g. in the upper staff in the example) > it's coded in the same way but

Misaligned fermata

2011-07-02 Thread Hilary Snaden
A strange misalignment has appeared in one place in a score (Lilypond 2.14.1, win32). Instead of sitting over a barline, a fermata has been placed beneath the upper staff of a pianostaff. Elsewhere in the same score (e.g. in the upper staff in the example) it's coded in the same way but placed

Re: hairpin problem?

2011-07-02 Thread Phil Holmes
Could you post a bit of code that illustrates the problem, please? -- Phil Holmes - Original Message - From: i...@soundand.com To: lilypond-user@gnu.org Sent: Saturday, July 02, 2011 4:57 PM Subject: hairpin problem? Hello- I am forcing accidentals in a modal piece.

hairpin problem?

2011-07-02 Thread info
Hello- I am forcing accidentals in a modal piece. Time signature is 21/8 so the measures are long. I wanted to do a multi-measure hairpin (decrescendo) but the hairpin stopped at the end of the first measure at the forced accidental (!). 1] is there a way around this? 2] is this a bug or

Re: Acciaccatura fingerings

2011-07-02 Thread Phil Burfitt
startAcciaccaturaMusic = { s1*0( \override Stem #'stroke-style = #"grace" \override Fingering #'font-size = #-2.5 } stopAcciaccaturaMusic = { \revert Fingering #'font-size \revert Stem #'stroke-style s1*0) } That works perfectly...thank you Xavier ! Phil. __

Re: Set accidental style in the layout block

2011-07-02 Thread Kieren MacMillan
Hello all, Since \with blocks can now contain variables, maybe someone should put together all of the options and submit a patch? Then it wouldn't involve more typing. ;) Cheers, Kieren. On 2011-Jul-2, at 04:39, Xavier Scheuer wrote: > On 2 July 2011 08:46, Bill Mooney wrote: >> >> As in the

Re: Acciaccatura fingerings

2011-07-02 Thread Xavier Scheuer
On 2 July 2011 10:15, Federico Bruni wrote: > > You can use this override: > > \override Fingering #'font-size = #-2.5 > 8 e That will affect the size of every fingering, not only those within acciaccatura, which is IIUC what Phil wants. These definitions will change the fingering's font size on

Re: Set accidental style in the layout block

2011-07-02 Thread Xavier Scheuer
On 2 July 2011 08:46, Bill Mooney wrote: > > As in the example below - based on the NM example... Where the > accidentals definition is in the \layout block, as in yours. > What I'm not clear about is why a different method has been used which > seems to involve more typing and doesn't seem to off

Re: Acciaccatura fingerings

2011-07-02 Thread Federico Bruni
Il giorno ven, 01/07/2011 alle 11.04 +0100, Phil Burfitt ha scritto: > Dear List, > > Is there a way to globally define the size of fingerings on acciaccatura > notes?. I'm currently using a tweak ... > > \acciaccatura 8 e > > but it's a bit tedious when I have many to do and I can't find a