Re: Piano crossings and ottava indications don't get along?

2014-11-08 Thread Ryan McClure
This has been my kind of day...I forgot to attach the files. Piano.ly Once again, thank you all for any help you may be able to give me. - Ryan McClure Music

Piano crossings and ottava indications don't get along?

2014-11-08 Thread Ryan McClure
Hello all, These past few days I've been doing a take and take...I'm mailing around about a lot of problems that I have with some music and I'm not really responding to any other email...not the best way to behave when returning to a mailing list, I know, so I hope that you all forgive me. I am t

RE: Vertical brackets with text around chords

2014-11-08 Thread Ryan McClure
Hello Abraham, Thank you for the snippet!!! Believe me, this is EXACTLY what I needed! I'm attempting to figure out how it works--the brackets, that is. How can I adjust them for other chords? What do each of the values equate to? I'm a bit rusty on my LilyPondings... Any help would be appreciated

Re: shorten hairpin

2014-11-08 Thread Pierre Perol-Schneider
Hi Helge, 2014-11-08 20:33 GMT+01:00 Helge Kruse : > I have a staff for a cello where the player should reduce the tone during > the note quite fast. Therfore the normal haiping like this is too long: > > > \version "2.18.0" > > cello = \relative c' { > \time 6/8 > \key a\major > \clef ten

Re: shorten hairpin

2014-11-08 Thread Urs Liska
Am 08.11.2014 20:33, schrieb Helge Kruse: Hello, I have a staff for a cello where the player should reduce the tone during the note quite fast. Therfore the normal haiping like this is too long: \version "2.18.0" cello = \relative c' { \time 6/8 \key a\major \clef tenor fis2.~\dow

Re: shorten hairpin

2014-11-08 Thread Kieren MacMillan
Hi Helge, > How can I code this more elegant and avoid the changes? Maybe something like this? cello = \relative c' { \time 6/8 << { fis'2.\downbow ~ | fis4. r } { s8\p\> s\! } >> } \layout { \context { \Score \override Hairpin.minimum-length = #4 } } \score { \new St

shorten hairpin

2014-11-08 Thread Helge Kruse
Hello, I have a staff for a cello where the player should reduce the tone during the note quite fast. Therfore the normal haiping like this is too long: \version "2.18.0" cello = \relative c' { \time 6/8 \key a\major \clef tenor fis2.~\downbow\p\> %%% this is the hairpin line |

Re: broken build of 2.16.2 (git 11cdcc31caf00b9b4931bcda846e14fdfddcfd41)

2014-11-08 Thread Knut Petersen
On 08.11.2014 13:58, Knut Petersen wrote: I tried to rebuild lilypond 2.16.2 (git 11cdcc31caf00b9b4931bcda846e14fdfddcfd41), but make doc fails: /home/knut/git/lily/build/scripts/build/out/run-and-check "cd ./out-www; texi2pdf -I ./out-www -I /home/knut/git/lily/build/Documentation/out -I /ho

broken build of 2.16.2 (git 11cdcc31caf00b9b4931bcda846e14fdfddcfd41)

2014-11-08 Thread Knut Petersen
I tried to rebuild lilypond 2.16.2 (git 11cdcc31caf00b9b4931bcda846e14fdfddcfd41), but make doc fails: /home/knut/git/lily/build/scripts/build/out/run-and-check "cd ./out-www; texi2pdf -I ./out-www -I /home/knut/git/lily/build/Documentation/out -I /home/knut/git/lily/Documentation -I /home/kn

Re: Mozart Requiem, help needed

2014-11-08 Thread Urs Liska
Am 08.11.2014 01:25, schrieb Karl Hammar: Urs Liska: Am 07.11.2014 21:29, schrieb k...@aspodata.se: Urs: Am 07.11.2014 13:59, schrieb k...@aspodata.se: ... Also I wounder how to make the source available so you can make your own edition with your own preferences, and I've tried to

Re: Chord Symbol fonts

2014-11-08 Thread Thomas Scharkowski
Two examples: \override ChordNames.ChordName.font-family = #'roman or \override ChordNames.ChordName.font-name = "Comic Sans MS" Original-Nachricht how does one change the fonts for the chord symbols? (I am finding lots of info on the general font setting, but not this, i